Changeset 243d027 for src/tok.l/Makefile
- Timestamp:
- 01/18/13 18:46:38 (12 years ago)
- Branches:
- master
- Children:
- e0cd003
- Parents:
- 18e1952
- git-author:
- Tomasz Obrebski <to@…> (01/18/13 18:46:38)
- git-committer:
- Tomasz Obrebski <to@…> (01/18/13 18:46:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tok.l/Makefile
r5f4d9c3 r243d027 9 9 10 10 tok: lex.yy.c 11 $(CC) $(CFLAGS) - lfl -o tok lex.yy.c$(LDFLAGS)11 $(CC) $(CFLAGS) -o tok lex.yy.c tok_cmdline.c -lfl $(LDFLAGS) 12 12 13 13 lex.yy.c: tok_cmdline.h tok_cmdline.c 14 14 $(FLEX) tok.l 15 15 16 tok_cmdline.h tok_cmdline.c: 16 tok_cmdline.h tok_cmdline.c: tok_cmdline.ggo 17 17 $(GENGETOPT) -i tok_cmdline.ggo --conf-parser --file=tok_cmdline 18 18
Note: See TracChangeset
for help on using the changeset viewer.