From 17b8ff43c93d4f70ad4e6cd635afb092e1a7ca49 Mon Sep 17 00:00:00 2001 From: rfm Date: Mon, 15 Oct 2012 10:37:50 +0000 Subject: [PATCH] added distclean targer ... calls clean --- GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 3456278..fdc710a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -52,6 +52,8 @@ install: all $(SILENT)install -d $(HEADER_DIR)/objc $(SILENT)install -m 444 objc/*.h $(HEADER_DIR)/objc +distclean: clean + # # End of GNUstep-make specific section. #