add make stuff
This commit is contained in:
parent
4cdd8e8b01
commit
71557746d0
|
@ -0,0 +1,7 @@
|
|||
all: build run
|
||||
|
||||
build:
|
||||
gcc -o bin/picrin src/main.c
|
||||
|
||||
run:
|
||||
bin/picrin
|
Loading…
Reference in New Issue