Skip to content

Commit

Permalink
added generated modules to .app file
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj4668 committed Mar 27, 2024
1 parent 019155d commit 1a4483c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ APP_OBJECTS := $(APP_SOURCES:%.app.src=../ebin/%.app)
null :=
space := $(null) #
comma := ,
MODULES := $(subst $(space),$(comma),$(strip $(ERL_SOURCES:%.erl=%)))
MODULES := $(subst $(space),$(comma),$(strip $(ERL_OBJECTS:../ebin/%.beam=%)))

ERLC ?= erlc

Expand Down

0 comments on commit 1a4483c

Please sign in to comment.