@@ -1,11 +1,13 @@
CFLAGS=-Wall -g
EXERCISES = ex1 ex3 ex4
all: ex1
all: $(EXERCISES)
clean:
rm -f ex1
rm -f $(EXERCISES)
.PHONY: all clean
The note is not visible to the blocked user.