Skip to content

Commit df8f3b8

Browse files
committed
Remove nonexistent phony targets in makefile
1 parent 8748fa0 commit df8f3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ reanalyze: build-native lib/test.exe
8585

8686
clean:
8787
git clean -dfx src benchmarks lib tests
88-
.PHONY: clean test roundtrip-test termination dce exception reanalyze bootstrap build-native
88+
.PHONY: clean test roundtrip-test reanalyze bootstrap build-native

0 commit comments

Comments
 (0)