From 556d35db5b4e3209967a61ed94b94b0fb2745811 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Thu, 10 Oct 2013 16:16:26 +0900 Subject: [PATCH] update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4dbfd307..a3c29e50 100644 --- a/Makefile +++ b/Makefile @@ -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