From 5c2fa55c9e1b041f662a46b845af35d598ef5b67 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Thu, 17 May 2012 00:22:47 +0200 Subject: [PATCH] Adding clean rule to Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.43.0