mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
wasi: fix clean target in test/wasi/Makefile
PR-URL: https://github.com/nodejs/node/pull/59576 Refs: https://www.gnu.org/software/make/manual/make.html#Cleanup Refs: https://www.gnu.org/software/make/manual/make.html#Parallel-Disable Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
eefe3b14bf
commit
f36de72811
|
|
@ -12,5 +12,7 @@ wasm/pthread.wasm : c/pthread.c
|
|||
wasm/%.wasm : c/%.c
|
||||
$(CC) $< $(CFLAGS) --target=$(TARGET) --sysroot=$(SYSROOT) -s -o $@
|
||||
|
||||
.PHONY clean:
|
||||
.PHONY: clean
|
||||
.NOTPARALLEL: clean
|
||||
clean:
|
||||
rm -f $(OBJ)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user