We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
clean
test/wasi/Makefile
1 parent b95cfdf commit f334e2dCopy full SHA for f334e2d
test/wasi/Makefile
@@ -9,5 +9,7 @@ all: $(OBJ)
9
wasm/%.wasm : c/%.c
10
$(CC) $< $(CFLAGS) --target=$(TARGET) --sysroot=$(SYSROOT) -s -o $@
11
12
-.PHONY clean:
+.PHONY: clean
13
+.NOTPARALLEL: clean
14
+clean:
15
rm -f $(OBJ)
0 commit comments