Skip to content
Snippets Groups Projects
Commit 38d9b100 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

makefile: add info about longer compile time

parent bda63910
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ else
if G2_PARSER
scanner.c: scanner.c.g2
cp $@.g2 $@
@echo "NOTE: Compilation of scanner.c can take several minutes!"
endif
if T0_PARSER
......@@ -41,12 +42,12 @@ endif #HAVE_RAGEL
libzscanner_la_SOURCES = \
zscanner.h \
scanner.h \
scanner.c \
error.h \
error.c \
file_loader.h \
file_loader.c \
scanner.h \
scanner.c \
scanner_functions.h \
scanner_functions.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment