diff --git a/makefile b/makefile index 8422cbf..57d2b5e 100644 --- a/makefile +++ b/makefile @@ -31,7 +31,7 @@ install: $(LIB_OUT) .PHONY: clean clean: - rm *.o + rm -f *.o