diff --git a/Makefile b/Makefile index f842e16..c9826ef 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,6 @@ CXXFLAGS = -fpic -Wall -Werror -O2 -flto -fomit-frame-pointer -ffast-math -funro .PHONY: all all: clean $(OUTPUTFILE) - find . -name "*.o" -type f -delete .PHONY: clean clean: