diff options
Diffstat (limited to 'feed')
-rw-r--r-- | feed/Makefile | 8 | ||||
-rw-r--r-- | feed/sse-lex-c.l (renamed from feed/lex-c.l) | 0 |
2 files changed, 4 insertions, 4 deletions
diff --git a/feed/Makefile b/feed/Makefile index 3830946..adeeaaf 100644 --- a/feed/Makefile +++ b/feed/Makefile @@ -1,15 +1,15 @@ CLAGS=-Wextra -g -O2 -pipe LIBS=-lfl -all: lex-c +all: sse-lex-c -lex-c.yy.c: lex-c.l +sse-lex-c.yy.c: sse-lex-c.l flex -o $@ $^ -lex-c: lex-c.yy.o +sse-lex-c: sse-lex-c.yy.o $(CC) -o $@ $^ $(LIBS) clean: - rm -f *.o lex-c.yy.c lex-c + rm -f *.o sse-lex-c.yy.c sse-lex-c .PHONY: all clean diff --git a/feed/lex-c.l b/feed/sse-lex-c.l index 243c9ab..243c9ab 100644 --- a/feed/lex-c.l +++ b/feed/sse-lex-c.l |