diff --git a/test/wasi/Makefile b/test/wasi/Makefile index 1cd041338d9b8e..c4dd73408aa3dc 100644 --- a/test/wasi/Makefile +++ b/test/wasi/Makefile @@ -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)