Skip to content

Commit c0f2e6d

Browse files
committed
100-Makefile
1 parent 9584fc4 commit c0f2e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0x1C-makefiles/100-Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ OBJ = ${SRC:%.c=%.o}
66
NAME = school
77
CFLAGS = -Wall -Werror _Wextra -pedantic
88

9-
.PHONY = all clean oclean fclean re
9+
.PHONY: all clean oclean fclean re
1010

1111
all: m.h ${OBJ}
1212
${CC} ${OBJ} -o ${NAME}

0 commit comments

Comments
 (0)