From 00f3668ca3a9a337b2ba2c8db2b268fe0df207c4 Mon Sep 17 00:00:00 2001 From: Malatrax Date: Wed, 7 Aug 2024 15:43:41 +0200 Subject: [PATCH] fix: add building Cairo compiler to compile target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a5ba0c8..0960f5d4 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ $(COMPILED_CAIRO_FILES): %.json: %.sierra compile-cairo-zero: $(COMPILED_CAIRO_0_FILES) compile-cairo: $(COMPILED_CAIRO_FILES) -compile: compile-cairo-zero compile-cairo +compile: build-cairo compile-cairo-zero compile-cairo