From: Steinar H. Gunderson Date: Sun, 14 Oct 2018 22:44:33 +0000 (+0200) Subject: More clean fixes. X-Git-Url: https://git.sesse.net/?p=ultimatescore;a=commitdiff_plain;h=90d3368dc4bd0dc06b2039c2946294bb752f320d More clean fixes. --- diff --git a/client/Makefile b/client/Makefile index 2c4dc3f..3a5cd55 100644 --- a/client/Makefile +++ b/client/Makefile @@ -31,4 +31,4 @@ mainwindow.o: ui_mainwindow.h .PHONY: clean clean: - $(RM) $(OBJS) ultimatescore $(OBJS:.o=.d) $(OBJS_WITH_MOC:o=.moc.o) $(OBJS_WITH_MOC:o=.moc.d) + $(RM) $(OBJS) ultimatescore $(OBJS:.o=.d) $(OBJS_WITH_MOC:o=.moc.o) $(OBJS_WITH_MOC:o=.moc.d) ui_mainwindow.h