diff --git a/Makefile b/Makefile index 931a728..ee08819 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,11 @@ CFLAGS=-Wall -g + +all: ex1 + + clean: rm -f ex1 + + +.PHONY: all clean