I hate myself
This commit is contained in:
parent
344ea79498
commit
3171972dcb
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ all: dirs 1 2 3 4
|
|||
dirs:
|
||||
mkdir -p $(BIN)
|
||||
|
||||
%: %.l
|
||||
%: %.lex
|
||||
$(FLEX) -o $(BIN)/$@.lex.yy.c $<
|
||||
$(CC) $(BIN)/$@.lex.yy.c -lfl -lm -o $(BIN)/$@
|
||||
|
||||
|
|
Loading…
Reference in a new issue