Moving the "clean" target for ex19 into the correct file
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user