diff --git a/Makefile b/Makefile index f6ab19a..c8b58ba 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +all: t + t: *.c gcc -Wall -Os -o $@ -g *.c