We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9584fc4 commit c0f2e6dCopy full SHA for c0f2e6d
0x1C-makefiles/100-Makefile
@@ -6,7 +6,7 @@ OBJ = ${SRC:%.c=%.o}
6
NAME = school
7
CFLAGS = -Wall -Werror _Wextra -pedantic
8
9
-.PHONY = all clean oclean fclean re
+.PHONY: all clean oclean fclean re
10
11
all: m.h ${OBJ}
12
${CC} ${OBJ} -o ${NAME}
0 commit comments