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 5e025c7 commit c161635Copy full SHA for c161635
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