Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
noxdafox authored Jan 22, 2024
1 parent f46bd79 commit e5a3c3d
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 @@ -23,7 +23,7 @@ EXTRA_DIST_EZS := plugins/elixir-$(ELIXIR_VERSION).ez plugins/$(PROJECT)-$(PROJ
app:: $(elixir_srcs) deps
$(MIX) make_all

dist::
dist:: app
cp -r _build/$(MIX_ENV)/archives/elixir-*.ez $(DIST_DIR)
cp -r _build/$(MIX_ENV)/archives/$(PROJECT)-*.ez $(DIST_DIR)

Expand Down

0 comments on commit e5a3c3d

Please sign in to comment.