Please enable JavaScript in your browser!
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
ivs
/
simplemake
másolva
rain1/simplemake
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
A simple makefile
3
Commit-ok
1
Ágak
0
Kiadások
Branch:
master
Branch-ok
Tag-ek
master
simplemake
HTTPS
SSH
ZIP
TAR.GZ
rain1
1dc4d5329c
Improve the "clean" rule a bit. thanks Bob!
8 éve
LICENSE
1eee308ed5
Init commit
8 éve
Makefile
1dc4d5329c
Improve the "clean" rule a bit. thanks Bob!
8 éve
README.md
bf6508641f
initial comit
8 éve
greet.c
bf6508641f
initial comit
8 éve
greet.h
bf6508641f
initial comit
8 éve
main.c
bf6508641f
initial comit
8 éve
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