diff --git a/Makefile b/Makefile index b8c6aef..72bbfb4 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,6 @@ CFLAGS = -Wall -Wextra -pedantic -std=c99 hello: hello.c $(CC) $(CFLAGS) hello.c -o hello - +asdasd clean: rm -f hello