We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb68db4 commit 167ffb8Copy full SHA for 167ffb8
src/jsil/Makefile
@@ -37,6 +37,8 @@ jsil_y.tab.h: jsil_y.tab.cpp
37
jsil_lex.yy.cpp: scanner.l
38
$(LEX) -Pyyjsil -o$@ scanner.l
39
40
+generated_files: jsil_lex.yy.cpp jsil_y.tab.cpp jsil_y.tab.h
41
+
42
# extra dependencies
43
jsil_y.tab$(OBJEXT): jsil_y.tab.cpp jsil_y.tab.h
44
jsil_lex.yy$(OBJEXT): jsil_y.tab.cpp jsil_lex.yy.cpp jsil_y.tab.h
0 commit comments