Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
サインイン
rain1
/
simplemake
Watch
1
Star
1
Fork
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