We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 122ca69 commit 605d883Copy full SHA for 605d883
IntegrationTests/Makefile
@@ -7,7 +7,7 @@ TestSuites/.build/$(CONFIGURATION)/%: FORCE
7
--triple wasm32-unknown-wasi \
8
--configuration $(CONFIGURATION)
9
10
-dist/%.wasm: TestSuites/.build/$(CONFIGURATION)/%
+dist/%: TestSuites/.build/$(CONFIGURATION)/%
11
mkdir -p dist
12
cp $< $@
13
0 commit comments