Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
ivs
/
simplemake
sklonowany z
rain1/simplemake
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
A simple makefile
3
Commity
1
Gałęzie
0
Wydania
Gałąź:
master
Gałęzie
Tagi
master
simplemake
HTTPS
SSH
ZIP
TAR.GZ
rain1
1dc4d5329c
Improve the "clean" rule a bit. thanks Bob!
8 lat temu
LICENSE
1eee308ed5
Init commit
8 lat temu
Makefile
1dc4d5329c
Improve the "clean" rule a bit. thanks Bob!
8 lat temu
README.md
bf6508641f
initial comit
8 lat temu
greet.c
bf6508641f
initial comit
8 lat temu
greet.h
bf6508641f
initial comit
8 lat temu
main.c
bf6508641f
initial comit
8 lat temu
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