From 993bc8ee53c321a05b6efd78d758afb97caa5f29 Mon Sep 17 00:00:00 2001 From: Rampoina Date: Wed, 4 Jan 2023 02:21:33 +0100 Subject: [PATCH] Fix makefile to pass flags to the CBQN makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8f285e5..bd7efc3 100644 --- a/Makefile +++ b/Makefile @@ -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