You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
189 B

9 years ago
CFLAGS=-Wall -g
EXERCISES := \
ex1 ex3 ex4 ex5 ex6 ex7 ex8 ex9 ex9-ec \
ex10 ex11 ex12 ex13 ex14 ex15 ex16 ex17 ex17-ec
all: $(EXERCISES)
9 years ago
9 years ago
clean:
$(RM) $(EXERCISES)
test:
./runtests