Please enable JavaScript in your browser!
Главная
Обзор
Помощь
Вход
ivs
/
simplemake
ответвлено от
rain1/simplemake
Следить
1
В избранное
0
Ответвить
0
Файлы
Обсуждения
0
Запросы на слияние
0
Вики
A simple makefile
3
Коммиты
1
Ветки
0
Релизы
Ветка:
master
Ветки
Метки
master
simplemake
HTTPS
SSH
ZIP
TAR.GZ
rain1
1dc4d5329c
Improve the "clean" rule a bit. thanks Bob!
8 лет назад
LICENSE
1eee308ed5
Init commit
8 лет назад
Makefile
1dc4d5329c
Improve the "clean" rule a bit. thanks Bob!
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