From: Steinar H. Gunderson Date: Mon, 12 Oct 2015 19:47:57 +0000 (+0200) Subject: Various fixes to the Makefile. X-Git-Tag: 1.0.0~237 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e9337db47bc08bac8027414d4cabe0952daa4d25;p=nageru Various fixes to the Makefile. --- diff --git a/Makefile b/Makefile index d0417d7..d0a4d0b 100644 --- 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