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