Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 5f3849d

Browse files
committed
Remove nonexistent phony targets in makefile
1 parent a684117 commit 5f3849d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)