Please enable JavaScript in your browser!
Головна сторінка
Огляд
Довідка
Увійти
ivs
/
simplemake
відгалужено від
rain1/simplemake
Слідкувати
1
Зірка
0
Відгалуження
0
Файли
Проблеми
0
Запити на злиття
0
Wiki
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