Skip to content

Angluca/quark_raylib_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download raylib and set makefile cflag and ldflags
You can use suitable raylib lib for your system

图片

Default debug build and run

make run
make run ARGS="input.txt --verbose"

Build tests only

make test
make test MODE=release

Compile + run tests

make test-run
make test-run ARGS="--verbose"

Shortcut for release build

make release
make run MODE=release
make test-run MODE=release

Custom main is foo.qk

make run MAIN=foo