Please enable JavaScript in your browser!
Sākums
Izpētīt
Palīdzība
Pierakstīties
rain1
/
simplemake
Vērot
1
Pievienot zvaigznīti
1
Atdalīts
1
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
A simple makefile
4
Revīzijas
1
Atzari
0
Laidieni
Atzars:
master
Atzari
Tagi
master
simplemake
HTTPS
SSH
ZIP
TAR.GZ
rain1
68fdaeb68b
improve makefile so that it works even if you have a file named "clean"
8 gadi atpakaļ
LICENSE
1eee308ed5
Init commit
8 gadi atpakaļ
Makefile
68fdaeb68b
improve makefile so that it works even if you have a file named "clean"
8 gadi atpakaļ
README.md
bf6508641f
initial comit
8 gadi atpakaļ
greet.c
bf6508641f
initial comit
8 gadi atpakaļ
greet.h
bf6508641f
initial comit
8 gadi atpakaļ
main.c
bf6508641f
initial comit
8 gadi atpakaļ
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