Skip to content

Commit 02492ea

Browse files
committed
1-Makefile
1 parent 8d5df50 commit 02492ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

0x1C-makefiles/1-Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CC = gcc
2+
SRC = main.c school.c
3+
all: $(SRC)
4+
$(CC) $(SRC) -o school

0 commit comments

Comments
 (0)