aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fb0019d..dd3b3e9 100644
--- a/Makefile
+++ b/Makefile
@@ -21,5 +21,8 @@ DEPS = \
all: $(PROJECT)
+clean:
+ rm -f $(DEPS)
+
$(PROJECT): $(DEPS)
$(AR) $(ARFLAGS) $@ $(DEPS)