We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5df50 commit 02492eaCopy full SHA for 02492ea
0x1C-makefiles/1-Makefile
@@ -0,0 +1,4 @@
1
+CC = gcc
2
+SRC = main.c school.c
3
+all: $(SRC)
4
+ $(CC) $(SRC) -o school
0 commit comments