From c3b8105f1a472f3de0f8a800c3f4e1731fe69191 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sun, 10 Mar 2013 20:19:02 -0400 Subject: [PATCH] add "clean" target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index c5a7076..f1a49b2 100644 --- a/Makefile +++ b/Makefile @@ -13,3 +13,6 @@ $(TARGET): $(OBJECTS) %.o: %.d $(DC) -o $@ $(DFLAGS) -c $^ + +clean: + -rm -f $(OBJECTS)