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

cat-town
Dan Buch 13 years ago
parent 5bf9ce7c23
commit e69dc72f9c

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

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

Loading…
Cancel
Save