Fix makefile to pass flags to the CBQN makefile

This commit is contained in:
Rampoina 2023-01-04 02:21:33 +01:00
parent 4d01cdbe75
commit 993bc8ee53
1 changed files with 1 additions and 1 deletions

View File

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