Initial commit
This commit is contained in:
8
Main/makefile
Normal file
8
Main/makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
# Makefile for "Main.c"
|
||||
project: Main.o Library.o
|
||||
gcc Library.o Main.o -o project
|
||||
Library.o: Library.c
|
||||
gcc -c Library.c
|
||||
Main.o: Main.c
|
||||
gcc -c Main.c
|
||||
|
||||
Reference in New Issue
Block a user