Skip to content

Commit

Permalink
add escript to makefile all target
Browse files Browse the repository at this point in the history
  • Loading branch information
shortishly committed Jul 22, 2023
1 parent 3b2face commit 765fcc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ SHELL_OPTS += +pc unicode
SHELL_OPTS += -s sync


include erlang.mk
include $(if $(ERLANG_MK_FILENAME),$(ERLANG_MK_FILENAME),erlang.mk)

app:: escript

0 comments on commit 765fcc1

Please sign in to comment.