We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4de5a3 commit 268e085Copy full SHA for 268e085
0x1C-makefiles/2-Makefile
@@ -1,7 +1,7 @@
1
CC = gcc
2
SRC = main.c school.c
3
OBJ = $(SRC:.c=.o)
4
- NAME = school
+NAME = school
5
6
all: $(OBJ)
7
- $(CC) $(OBJ) -O $(NAME)
+ $(CC) $(OBJ) -o $(NAME)
0 commit comments