From: Andre Noll Date: Sun, 26 Oct 2008 21:30:34 +0000 (+0100) Subject: Makefile: Remove also the gengetop source files on make clean. X-Git-Tag: v0.0.4~31 X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=commitdiff_plain;h=4f9bae50504bb5de8f4db417f684684844bbb597 Makefile: Remove also the gengetop source files on make clean. --- diff --git a/Makefile b/Makefile index 1a2761c..06d4132 100644 --- a/Makefile +++ b/Makefile @@ -53,4 +53,4 @@ select.cmdline.o: select.cmdline.c select.cmdline.h $(CC) -c $(CPPFLAGS) $< clean: - rm -f *.o adu + rm -f *.o adu *cmdline.c *cmdline.h