Skip to content

Commit b9508d4

Browse files
committed
Fix makefile reanalysze dependencies
Also clean up some other rules
1 parent 658c30c commit b9508d4

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

syntax/Makefile

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -71,20 +71,11 @@ test: build-native lib/test.exe
7171
./lib/test.exe
7272

7373
roundtrip-test: bootstrap lib/test.exe
74-
ROUNDTRIP_TEST=1 ./node_modules/.bin/jest
7574
./node_modules/.bin/reanalyze -all-cmt . -suppress tests
75+
ROUNDTRIP_TEST=1 ./node_modules/.bin/jest
7676
./lib/test.exe
7777

78-
termination:
79-
./node_modules/.bin/reanalyze -termination-cmt . -suppress tests
80-
81-
dce:
82-
./node_modules/.bin/reanalyze -dce-cmt . -suppress tests
83-
84-
exception:
85-
./node_modules/.bin/reanalyze -exception-cmt . -suppress tests
86-
87-
reanalyze:
78+
reanalyze: build-native lib/test.exe
8879
./node_modules/.bin/reanalyze -all-cmt . -suppress tests
8980

9081
clean:

0 commit comments

Comments
 (0)