]> git.sesse.net Git - nageru/commitdiff
Various fixes to the Makefile.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 12 Oct 2015 19:47:57 +0000 (21:47 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 12 Oct 2015 19:47:57 +0000 (21:47 +0200)
Makefile

index d0417d7527c9e0cd2a39b6d0fe3a888da44522e8..d0a4d0bc73bb925f4b18ed9ac39420a8e644bac2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,10 +24,10 @@ all: nageru
 nageru: $(OBJS)
        $(CXX) $(LDFLAGS) -o $@ $^
 
-mainwindow.o: mainwindow.cpp ui_mainwindow.cpp
+mainwindow.o: mainwindow.cpp ui_mainwindow.h
 
 DEPS=$(OBJS:.o=.d)
 -include $(DEPS)
 
 clean:
-       $(RM) $(OBJS) $(DEPS) nageru ui_mainwindow.cpp chain-*.frag *.dot
+       $(RM) $(OBJS) $(DEPS) nageru ui_mainwindow.h glwidget.moc.cpp mainwindow.moc.cpp window.moc.cpp chain-*.frag *.dot