Please enable JavaScript in your browser!
홈
탐색
도움말
로그인
rain1
/
simplemake
Watch
1
Star
1
포크
1
파일
이슈
0
풀 리퀘스트
0
위키
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