Skip to content

Commit c94deb1

Browse files
committed
Update Makefile
1 parent eb76a88 commit c94deb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysis/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dce: build-native
3535
tests/node_modules/.bin/rescript:
3636
@cd tests && npm install
3737

38-
test: tests/node_modules/.bin/rescript
38+
test: build-native tests/node_modules/.bin/rescript
3939
@cd tests && node_modules/.bin/rescript
4040
./test.sh
4141

0 commit comments

Comments
 (0)