Skip to content

Commit

Permalink
fix: use proper flag name cairo_path
Browse files Browse the repository at this point in the history
  • Loading branch information
zmalatrax committed Jun 20, 2024
1 parent 98bf46f commit cc17dd9
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 @@ -9,7 +9,7 @@ CAIRO_0_PROGRAMS:=$(shell find $(CAIRO_0_DIR) -name '*.cairo')
COMPILED_CAIRO_0_PROGRAMS:=$(CAIRO_0_PROGRAMS:%.cairo=%.json)

$(CAIRO_0_DIR)%.json: $(CAIRO_0_DIR)%.cairo
cairo-compile --cairo-path "$(CAIRO_0_DIR)" $< --output $@
cairo-compile --cairo_path "$(CAIRO_0_DIR)" $< --output $@

# Compile Cairo Zero Proof Programs

Expand Down

0 comments on commit cc17dd9

Please sign in to comment.