Please enable JavaScript in your browser!
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
rain1
/
simplemake
Pridať medzi pozorované
1
Hviezda
1
Fork
1
Súbory
Issues
0
Pull requesty
0
Wiki
A simple makefile
4
Commity
1
Vetvy
0
Vydania
Branch:
master
Branche
Tagy
master
simplemake
HTTPS
SSH
ZIP
TAR.GZ
rain1
68fdaeb68b
improve makefile so that it works even if you have a file named "clean"
8 rokov pred
LICENSE
1eee308ed5
Init commit
8 rokov pred
Makefile
68fdaeb68b
improve makefile so that it works even if you have a file named "clean"
8 rokov pred
README.md
bf6508641f
initial comit
8 rokov pred
greet.c
bf6508641f
initial comit
8 rokov pred
greet.h
bf6508641f
initial comit
8 rokov pred
main.c
bf6508641f
initial comit
8 rokov pred
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