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 eefe3b1 commit f36de72Copy full SHA for f36de72
test/wasi/Makefile
@@ -12,5 +12,7 @@ wasm/pthread.wasm : c/pthread.c
12
wasm/%.wasm : c/%.c
13
$(CC) $< $(CFLAGS) --target=$(TARGET) --sysroot=$(SYSROOT) -s -o $@
14
15
-.PHONY clean:
+.PHONY: clean
16
+.NOTPARALLEL: clean
17
+clean:
18
rm -f $(OBJ)
0 commit comments