add "clean" target

This commit is contained in:
Josh Holtrop 2013-03-10 20:19:02 -04:00
parent f4c475192e
commit c3b8105f1a

View File

@ -13,3 +13,6 @@ $(TARGET): $(OBJECTS)
%.o: %.d
$(DC) -o $@ $(DFLAGS) -c $^
clean:
-rm -f $(OBJECTS)