index
:
lost.git
main
Maze generator, also interactive web-based implementation.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build.sh
blob: cf2880f8ecf4da5dcae9e08fb192727f4102acb0 (
plain
)
1
2
3
#!/bin/bash exec g++ -ggdb src/*.cpp -o lost.exe -L/usr/lib -lpng16 -I/usr/include -lz -ggdb