update Makefile

This commit is contained in:
Yuichi Nishiwaki 2013-10-10 16:16:26 +09:00
parent 25c9fef1d0
commit 556d35db5b
1 changed files with 1 additions and 1 deletions

View File

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