From 33886fdfb99be1bb67eede044319acf468b8ede7 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 16 Sep 2018 15:34:31 +0200 Subject: [PATCH] Fix so that make clean removes all objects. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a7ae389..e798046 100644 --- a/Makefile +++ b/Makefile @@ -45,4 +45,4 @@ DEPS=$(OBJS:.o=.d) -include $(DEPS) clean: - $(RM) $(OBJS) $(DEPS) futatabi $(OBJS_WITH_MOC:.o=.moc.cpp) + $(RM) $(OBJS) $(DEPS) flow_main.o gpu_timers.o futatabi $(OBJS_WITH_MOC:.o=.moc.cpp) -- 2.39.2