From 8549cc522e8250cfd3ddba52a0c0bd9417e1d188 Mon Sep 17 00:00:00 2001 From: Rampoina Date: Thu, 14 Apr 2022 17:01:51 +0200 Subject: [PATCH] Add Makefile --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3cf4211 --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +.PHONY: check-and-reinit-submodules +check-and-reinit-submodules: + @if git submodule status | egrep -q '^[-]|^[+]' ; then \ + echo "INFO: reinitializing git submodules"; \ + git submodule update --init; \ + fi +all: + @${MAKE} -C CBQN/ +run: + ./CBQN/BQN soko.bqn