We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 268e085 commit 43c2aadCopy full SHA for 43c2aad
0x1C-makefiles/100-Makefile
@@ -1,8 +1,8 @@
1
CC = gcc
2
-CFLAGS = -Wall -Werror -Wextra -pedantic
3
SRC = main.c school.c
4
-OBJ = $(SRC:.c=.o
5
- NAME = school
+OBJ = $(SRC:.c=.o)
+NAME = school
+CFLAG = -Wall -Werror -Wextra -pedantic
6
7
8
.PHONY: all clean oclean fclean re
0 commit comments