picrin/Makefile

8 lines
71 B
Makefile

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