Please enable JavaScript in your browser!
首頁
探索
說明
登入
rain1
/
simplemake
關註
1
讚好
1
複刻
1
檔案
問題管理
0
合併請求
0
Wiki
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