Please enable JavaScript in your browser!
Startseite
Erkunden
Hilfe
Anmelden
ivs
/
simplemake
geforkt von
rain1/simplemake
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
A simple makefile
3
Commits
1
Branches
0
Releases
Branch:
master
Branches
Tags
master
simplemake
HTTPS
SSH
ZIP
TAR.GZ
rain1
1dc4d5329c
Improve the "clean" rule a bit. thanks Bob!
vor 8 Jahren
LICENSE
1eee308ed5
Init commit
vor 8 Jahren
Makefile
1dc4d5329c
Improve the "clean" rule a bit. thanks Bob!
vor 8 Jahren
README.md
bf6508641f
initial comit
vor 8 Jahren
greet.c
bf6508641f
initial comit
vor 8 Jahren
greet.h
bf6508641f
initial comit
vor 8 Jahren
main.c
bf6508641f
initial comit
vor 8 Jahren
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