Skip to content

Commit

Permalink
Build: restore COPY_ES
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Apr 20, 2018
1 parent 673e1ee commit 83d3f73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,12 @@ build-es: $(ES_MODULES)

$(BUILD_ES)/%.js: lib/%.js
mkdir -p "$(@D)"
cat $< > $@

define COPY_ES_ALIAS
$A: $(shell node $(SCRIPTS)/get-alias.js $A)
mkdir -p "$$(@D)"
cat $$< > $$@
endef
$(foreach A,$(ALIAS_ES),$(eval $(COPY_ES_ALIAS)))

Expand Down

0 comments on commit 83d3f73

Please sign in to comment.