Please enable JavaScript in your browser!
Etusivu
Tutki
Apua
Kirjaudu sisään
ivs
/
simplemake
forkattu lähteestä
rain1/simplemake
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
A simple makefile
3
Commitit
1
Haarat
0
Julkaisut
Branch:
master
Branchit
Tagit
master
simplemake
HTTPS
SSH
ZIP
TAR.GZ
rain1
1dc4d5329c
Improve the "clean" rule a bit. thanks Bob!
8 vuotta sitten
LICENSE
1eee308ed5
Init commit
8 vuotta sitten
Makefile
1dc4d5329c
Improve the "clean" rule a bit. thanks Bob!
8 vuotta sitten
README.md
bf6508641f
initial comit
8 vuotta sitten
greet.c
bf6508641f
initial comit
8 vuotta sitten
greet.h
bf6508641f
initial comit
8 vuotta sitten
main.c
bf6508641f
initial comit
8 vuotta sitten
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