Pass flags to the called make

This commit is contained in:
Rampoina 2022-04-14 17:25:07 +02:00
parent 5473aeba62
commit 61fcee62e9
2 changed files with 15 additions and 1 deletions

View File

@ -1,6 +1,6 @@
.PHONY: check-and-reinit-submodules all
all: .check-and-reinit-submodules
@${MAKE} -C CBQN/
@${MAKE} -C CBQN/ MAKEFLAGS=
run: soko.bqn
./CBQN/BQN soko.bqn

14
README.md~ Normal file
View File

@ -0,0 +1,14 @@
# Sokobqn, a sokoban game made in [BQN](https://github.com/mlochbaum/BQN)
## Running
If you already have BQN and you have it on your path just run `./soko.bqn`
Otherwise:
1. `make` to compile CBQN
2. `make run` to run the game
## License
sokobqn is licensed as AGPLv3