Skip to content

Commit

Permalink
Update Makefile (2600hz#4050)
Browse files Browse the repository at this point in the history
  • Loading branch information
fenollp authored and icehess committed Aug 9, 2017
1 parent 726361f commit b94923a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions core/sup/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
ROOT = ../..
PROJECT = sup

all: sup
ESCRIPT = sup
CLEAN_MOAR = clean-escript

sup:
all: $(ESCRIPT)

$(ESCRIPT):
@$(REBAR) compile escriptize

clean-escript:
@$(REBAR) clean

include $(ROOT)/make/kz.mk

0 comments on commit b94923a

Please sign in to comment.