Skip to content

Angluca/quark_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

release build

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

Custom main is foo.qk

make run MAIN=foo

About

Project template for Quark-lang

Topics

Resources

Stars

Watchers

Forks

Contributors