picrin/Makefile

8 lines
95 B
Makefile

all: build run
build:
gcc -o bin/picrin -I./include src/main.c src/state.c
run:
bin/picrin