diff --git a/makefile b/makefile index 6130f33..2813953 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -a.out: +all: gcc -Wall ./src/*.c .PHONY: debug