Forgot to clean up after myself a bit

This commit is contained in:
Dan Buch 2012-02-11 14:33:56 -05:00
parent bb0ac185fe
commit 8ad2b3d4ca

View File

@ -5,6 +5,6 @@ ex22_main: ex22_main.o ex22.o
clean:
rm -f ex22_main ex22.o ex22_main.o
rm -f ex22_main ex22.o ex22_main.o ex22_ec1
.PHONY: all clean