Skip to content

Commit 268e085

Browse files
committed
2 make
1 parent d4de5a3 commit 268e085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

0x1C-makefiles/2-Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CC = gcc
22
SRC = main.c school.c
33
OBJ = $(SRC:.c=.o)
4-
NAME = school
4+
NAME = school
55

66
all: $(OBJ)
7-
$(CC) $(OBJ) -O $(NAME)
7+
$(CC) $(OBJ) -o $(NAME)

0 commit comments

Comments
 (0)