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

Commit c341f96

Browse files
committed
Makefile: remove phony targets
1 parent b82de8c commit c341f96

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
@@ -25,7 +25,7 @@ export PATH
2525
KWASM_MAKE := make --directory $(KWASM_SUBMODULE) BUILD_DIR=../../$(BUILD_DIR) RELEASE=$(RELEASE)
2626

2727
.PHONY: all clean deps \
28-
build build-llvm build-haskell \
28+
build \
2929
test test-execution test-simple \
3030
test-prove \
3131
media presentations reports

0 commit comments

Comments
 (0)