From 90d3368dc4bd0dc06b2039c2946294bb752f320d Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 15 Oct 2018 00:44:33 +0200 Subject: [PATCH] More clean fixes. --- client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2