ex22 and a smidge of the easiest extra credit :P

This commit is contained in:
Dan Buch
2016-04-15 22:08:05 -04:00
parent fe3e5495fd
commit 921cf35c37
3 changed files with 89 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ all: $(EXERCISES)
ex19: object.o
ex22_main: ex22.o
clean:
shopt -s nullglob ; \
$(RM) $(EXERCISES) *.o *.a