Add makefile

This commit is contained in:
call-cc 2020-06-01 16:07:35 -04:00
parent ff4f7c1266
commit 7db446d13c
1 changed files with 7 additions and 0 deletions

7
src/Makefile Normal file
View File

@ -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