Please enable JavaScript in your browser!
Начало
Каталог
Помощ
Вход
rain1
/
simplemake
Наблюдаван
1
Харесван
1
Разклонения
1
Файлове
Задачи
0
Заявки за сливане
0
Уики
A simple makefile
4
Ревизии
1
Клонове
0
Версии
Клон:
master
Клонове
Маркери
master
simplemake
HTTPS
SSH
ZIP
TAR.GZ
rain1
68fdaeb68b
improve makefile so that it works even if you have a file named "clean"
преди 8 години
LICENSE
1eee308ed5
Init commit
преди 8 години
Makefile
68fdaeb68b
improve makefile so that it works even if you have a file named "clean"
преди 8 години
README.md
bf6508641f
initial comit
преди 8 години
greet.c
bf6508641f
initial comit
преди 8 години
greet.h
bf6508641f
initial comit
преди 8 години
main.c
bf6508641f
initial comit
преди 8 години
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