Skip to content

Commit

Permalink
fix: add building Cairo compiler to compile target
Browse files Browse the repository at this point in the history
  • Loading branch information
zmalatrax committed Aug 7, 2024
1 parent bbaee69 commit 00f3668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down

0 comments on commit 00f3668

Please sign in to comment.