From ab915dd785630dfd9c59bb7137cb9b9ed17c740a Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Wed, 19 Jan 2011 17:53:36 -0300 Subject: [PATCH] lib/Makefile.common: changed "clean:" to "clean::" to allow for additions --- lib/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.common b/lib/Makefile.common index 12d163e..468d665 100644 --- a/lib/Makefile.common +++ b/lib/Makefile.common @@ -30,7 +30,7 @@ install: $(MAIN) uninstall: rm -f $(INSTALL_PREFIX)/bin/$(MAIN) -clean: +clean:: rm -f $(MAIN).o $(OBJS) spotless: clean