From a2ebd911483ef7fe82a5f3233937599b1266bafc Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 15 Oct 2018 00:42:03 +0200 Subject: [PATCH] Add a clean target. --- client/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/Makefile b/client/Makefile index 2d0b7db..2c4dc3f 100644 --- a/client/Makefile +++ b/client/Makefile @@ -28,3 +28,7 @@ ultimatescore: $(OBJS) $(CXX) -o $@ $^ $(LDFLAGS) $(LDLIBS) 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) -- 2.39.2