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)