This website requires JavaScript.
Explore
Help
Register
Sign In
conservatory
/
picrin
Watch
4
Star
0
Fork
You've already forked picrin
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
97ba95e12f
picrin
/
Makefile
8 lines
95 B
Makefile
Raw
Normal View
History
Unescape
Escape
add make stuff
2013-10-09 04:10:58 -04:00
all
:
build
run
build
:
update Makefile
2013-10-10 03:16:26 -04:00
gcc -o bin/picrin -I./include src/main.c src/state.c
add make stuff
2013-10-09 04:10:58 -04:00
run
:
bin/picrin