Added compilation rule for scan.c
This commit is contained in:
parent
51f8a3b798
commit
615e30bdd4
|
@ -111,6 +111,7 @@ scan.c : $(SRC_DIR)/scan.l
|
|||
$(FLEX) $(FLEX_FLAGS) $(COMPRESSION) $(SRC_DIR)/scan.l >scan.c
|
||||
|
||||
scan.$(SUF) : scan.c parse.h $(SRC_DIR)/flexdef.h
|
||||
$(CC) $(CFLAGS) -c scan.c
|
||||
|
||||
main.$(SUF) : $(SRC_DIR)/main.c $(SRC_DIR)/flexdef.h
|
||||
-mkdir $(AUXDIR)
|
||||
|
|
Loading…
Reference in a new issue