From b405dbe2c45f54c6f595d2eba3db4e98d94acae8 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Thu, 1 Jul 2021 17:19:10 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20`build-ci`=20error=20fixed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- builder/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/Makefile b/builder/Makefile index 4dbd36bb..330d5c4c 100644 --- a/builder/Makefile +++ b/builder/Makefile @@ -1,4 +1,4 @@ -all: clean setup build +all: setup build bitmaps_dir = "../bitmaps"