From: Nathael Pajani Date: Wed, 16 May 2012 22:22:47 +0000 (+0200) Subject: Adding clean rule to Makefile X-Git-Tag: v1.0~33 X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=5c2fa55c9e1b041f662a46b845af35d598ef5b67;p=soft%2Ftools%2Flpctools Adding clean rule to Makefile --- diff --git a/Makefile b/Makefile index b04ff17..f8f0520 100644 --- a/Makefile +++ b/Makefile @@ -9,3 +9,5 @@ all: isp isp: isp_main.c isp_utils.c isp_commands.c $(CC) $(CFLAGS) $^ -o $@ +clean: + rm -f isp