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

Commit

Permalink
Makefile: remove phony targets
Browse files Browse the repository at this point in the history
  • Loading branch information
hjorthjort committed Jun 14, 2020
1 parent b82de8c commit c341f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export PATH
KWASM_MAKE := make --directory $(KWASM_SUBMODULE) BUILD_DIR=../../$(BUILD_DIR) RELEASE=$(RELEASE)

.PHONY: all clean deps \
build build-llvm build-haskell \
build \
test test-execution test-simple \
test-prove \
media presentations reports
Expand Down

0 comments on commit c341f96

Please sign in to comment.