Please enable JavaScript in your browser!
Domů
Procházet
Nápověda
Přihlásit se
rain1
/
simplemake
Sledovat
1
Oblíbit
1
Rozštěpit
1
Soubory
Úkoly
0
Pull Requesty
0
Wiki
A simple makefile
4
Revize
1
Větve
0
Vydání
Větev:
master
Větve
Značky
master
simplemake
HTTPS
SSH
ZIP
TAR.GZ
rain1
68fdaeb68b
improve makefile so that it works even if you have a file named "clean"
před 8 roky
LICENSE
1eee308ed5
Init commit
před 8 roky
Makefile
68fdaeb68b
improve makefile so that it works even if you have a file named "clean"
před 8 roky
README.md
bf6508641f
initial comit
před 8 roky
greet.c
bf6508641f
initial comit
před 8 roky
greet.h
bf6508641f
initial comit
před 8 roky
main.c
bf6508641f
initial comit
před 8 roky
README.md
simplemake
A simple makefile
How to use
Copy 'Makefile' into your project. Edit it:
list all your .c files in SOURCES
change 'main' to the name of your program binary
any other changes you like