Changeset 243d027 for src/tok.l/Makefile


Ignore:
Timestamp:
01/18/13 18:46:38 (12 years ago)
Author:
Tomasz Obrebski <to@…>
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)
Message:

tok accepts options and prints help message now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tok.l/Makefile

    r5f4d9c3 r243d027  
    99 
    1010tok: 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) 
    1212 
    1313lex.yy.c: tok_cmdline.h tok_cmdline.c 
    1414        $(FLEX) tok.l 
    1515 
    16 tok_cmdline.h tok_cmdline.c: 
     16tok_cmdline.h tok_cmdline.c: tok_cmdline.ggo 
    1717        $(GENGETOPT) -i tok_cmdline.ggo --conf-parser --file=tok_cmdline 
    1818 
Note: See TracChangeset for help on using the changeset viewer.