]> zdv2.bktei.com Git - BK-2023-05.git/blobdiff - src/kr_exercises/ch1/s1.1/p6_hello_world/Makefile
fix(src/kr/ch1/s1.1/p6):Adjust hello world example to match book
[BK-2023-05.git] / src / kr_exercises / ch1 / s1.1 / p6_hello_world / Makefile
index 2a06090d927cb1639caca933d17902d77bd72090..7a479efbda77ef7cf76e861595183a5fa2234159 100644 (file)
@@ -1,6 +1,6 @@
 CC=gcc
 CFLAGS=-Wall -Wextra -pedantic
-OUTFILE=hello
+OUTFILE=a.out
 SOURCE=hello.c
 
 all: $(SOURCE)