picrin/Makefile

8 lines
95 B
Makefile
Raw Normal View History

2013-10-09 04:10:58 -04:00
all: build run
build:
2013-10-10 03:16:26 -04:00
gcc -o bin/picrin -I./include src/main.c src/state.c
2013-10-09 04:10:58 -04:00
run:
bin/picrin