diff --git a/Makefile b/Makefile index b8c6aef..78b7e12 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC = gcc CFLAGS = -Wall -Wextra -pedantic -std=c99 - +fghfgh hello: hello.c $(CC) $(CFLAGS) hello.c -o hello