picrin/Makefile

8 lines
71 B
Makefile
Raw Normal View History

2013-10-09 04:10:58 -04:00
all: build run
build:
gcc -o bin/picrin src/main.c
run:
bin/picrin