From 9bc8704c836b5bfad7d2da071696ea23beaa74a2 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 16 Apr 2015 21:22:31 -0400 Subject: [PATCH] Added make clean rule. --- GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index df9d37e8..43465ffd 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -61,3 +61,6 @@ $(OBJDIR): ui.h: ui.idl idl2h < ui.idl > ui.h + +clean: + rm -rf $(OBJDIR) ui.h