]> git.sesse.net Git - nageru/commitdiff
Fix so that make clean removes all objects.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 16 Sep 2018 13:34:31 +0000 (15:34 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 16 Sep 2018 13:34:31 +0000 (15:34 +0200)
Makefile

index a7ae389f24e5140e4ec2aa297fc4103c1a1e842d..e7980465e2257f4864a9febdee19f344616dc8db 100644 (file)
--- 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)