From ffffffaa79a4c836a60bd0a0e43145bec6028ed2 Mon Sep 17 00:00:00 2001 From: Roz K Date: Fri, 23 Dec 2022 10:15:45 +0100 Subject: [PATCH] Remove unnecessary cleanup after build. --- Makefile | 1 - 1 file changed, 1 deletion(-) 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: