Moving the "clean" target for ex19 into the correct file

This commit is contained in:
Dan Buch 2011-10-25 21:21:02 -04:00
parent 5bf9ce7c23
commit e69dc72f9c
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -6,3 +6,4 @@ ex19: object.o
clean: clean:
rm -f ex19 rm -f ex19
rm -f object.o