From e9337db47bc08bac8027414d4cabe0952daa4d25 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 12 Oct 2015 21:47:57 +0200 Subject: [PATCH 1/1] Various fixes to the Makefile. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2