From 61fcee62e9798e4ffabf8e5f6bb50ea048c65545 Mon Sep 17 00:00:00 2001 From: Rampoina Date: Thu, 14 Apr 2022 17:25:07 +0200 Subject: [PATCH] Pass flags to the called make --- Makefile | 2 +- README.md~ | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 README.md~ diff --git a/Makefile b/Makefile index 5c59453..c479847 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md~ b/README.md~ new file mode 100644 index 0000000..e8295e0 --- /dev/null +++ b/README.md~ @@ -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