Sokobqn/Makefile

11 lines
284 B
Makefile
Raw Normal View History

2022-04-14 17:01:51 +02:00
.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