From: Steinar H. Gunderson Date: Sun, 16 Sep 2018 13:34:31 +0000 (+0200) Subject: Fix so that make clean removes all objects. X-Git-Tag: 1.8.0~76^2~106 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=33886fdfb99be1bb67eede044319acf468b8ede7;p=nageru Fix so that make clean removes all objects. --- 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)