Cleaning everything during make clean

This commit is contained in:
Dan Buch 2011-10-25 21:19:49 -04:00
parent 891013a781
commit 5bf9ce7c23

View File

@ -9,6 +9,8 @@ all: $(EXERCISES)
clean:
rm -f $(EXERCISES)
rm -f ex19
rm -f object.o
.PHONY: all clean