Skip to content

Commit 43c2aad

Browse files
committed
100 make
1 parent 268e085 commit 43c2aad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

0x1C-makefiles/100-Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
CC = gcc
2-
CFLAGS = -Wall -Werror -Wextra -pedantic
32
SRC = main.c school.c
4-
OBJ = $(SRC:.c=.o
5-
NAME = school
3+
OBJ = $(SRC:.c=.o)
4+
NAME = school
5+
CFLAG = -Wall -Werror -Wextra -pedantic
66

77

88
.PHONY: all clean oclean fclean re

0 commit comments

Comments
 (0)