ex18 extra credit + ex19
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
SHELL=/bin/bash
|
||||
CFLAGS=-Wall -g
|
||||
|
||||
EXERCISES := $(shell ./list-exercises)
|
||||
|
||||
all: $(EXERCISES)
|
||||
|
||||
ex19: object.o
|
||||
|
||||
clean:
|
||||
$(RM) $(EXERCISES)
|
||||
shopt -s nullglob ; \
|
||||
$(RM) $(EXERCISES) *.o *.a
|
||||
|
||||
test:
|
||||
@./runtests
|
||||
|
Reference in New Issue
Block a user