From ea571612c34bed8b473b0b32c90b55596c03ff27 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 3 Oct 2015 20:53:11 +0200 Subject: [PATCH] Add a clean target. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 2c0ed59..04e658b 100644 --- a/Makefile +++ b/Makefile @@ -22,3 +22,5 @@ nageru: $(OBJS) mainwindow.o: mainwindow.cpp ui_mainwindow.cpp +clean: + $(RM) $(OBJS) nageru ui_mainwindow.cpp chain-*.frag *.dot -- 2.39.2