add make stuff

This commit is contained in:
Yuichi Nishiwaki 2013-10-09 17:10:58 +09:00
parent 4cdd8e8b01
commit 71557746d0
2 changed files with 7 additions and 0 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
all: build run
build:
gcc -o bin/picrin src/main.c
run:
bin/picrin

0
bin/.gitkeep Normal file
View File