You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/parser/Makefile
+6-6
Original file line number
Diff line number
Diff line change
@@ -16,28 +16,28 @@
16
16
17
17
SABLECC3ALTGEN ?= sablecc3
18
18
19
-
all: parser.nit
19
+
all: parser_sablecc.nit
20
20
21
21
# Preprocess the extended sablecc gramar
22
22
.nit.sablecc3: nit.sablecc3xx
23
23
./prescc.pl $<>$@
24
24
25
25
# Note that parser_nodes is no more automatically synced with the grammar
26
-
parser.nit: .nit.sablecc3 xss/*.xss
26
+
parser_sablecc.nit: .nit.sablecc3 xss/*.xss
27
27
@${SABLECC3ALTGEN -license}>/dev/null 2>/dev/null || ( echo"***\n*** sablecc3 altgen version is needed.\n*** Set the environment variable SABLECC3ALTGEN to the executable.\n*** Aborting...\n***";exit 1 )
28
28
@${SABLECC3ALTGEN}| grep altgen >/dev/null 2>/dev/null || ( echo"***\n*** $$SABLECC3ALTGEN is not the sablecc3 altgen version.\n*** Set the environment variable SABLECC3ALTGEN to the executable.\n*** Aborting...\n***";exit 1 )
0 commit comments