diff --git a/Makefile b/Makefile index c8b58ba..a0d7846 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: t t: *.c - gcc -Wall -Os -o $@ -g *.c + $(CC) -Wall -Os -o $@ -g *.c clean: rm -f t