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)