X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=client%2FMakefile;h=3a5cd559298549a11d3c008827dd67eb5ad74d36;hb=HEAD;hp=2d0b7dbd3c0aaf8ab0b6e245daf08324226c8d14;hpb=17ab0d7fb9504ab8f1d4ffdf27580b86fbdd2336;p=ultimatescore diff --git a/client/Makefile b/client/Makefile index 2d0b7db..3a5cd55 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) ui_mainwindow.h