mirror of https://git.qorg11.net/k9core.git
Add makefile
This commit is contained in:
parent
ff4f7c1266
commit
7db446d13c
|
@ -0,0 +1,7 @@
|
|||
CCCOMPILER: cc
|
||||
|
||||
compile:
|
||||
cc echo.c -o echo
|
||||
cc touch.c -o touch
|
||||
cc pwd.c -o pwd
|
||||
cc cat.c -o cat
|
Loading…
Reference in New Issue