Skip to content

Commit

Permalink
Returned the original erlang.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
mhishami committed Nov 21, 2015
1 parent 8588338 commit b280509
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion erlang.mk
@@ -1 +1,14 @@
include /Users/hisham/Projects/Erlang/tuah/example/foo/erlang.mk
# Automated update.

ERLANG_MK_BUILD_CONFIG ?= build.config
ERLANG_MK_BUILD_DIR ?= .erlang.mk.build

erlang.mk: bootstrap
git clone https://github.com/ninenines/erlang.mk $(ERLANG_MK_BUILD_DIR)
if [ -f $(ERLANG_MK_BUILD_CONFIG) ]; then cp $(ERLANG_MK_BUILD_CONFIG) $(ERLANG_MK_BUILD_DIR); fi
cd $(ERLANG_MK_BUILD_DIR) && $(MAKE)
cp $(ERLANG_MK_BUILD_DIR)/erlang.mk ./erlang.mk
rm -rf $(ERLANG_MK_BUILD_DIR)

.PHONY: bootstrap
bootstrap: ;

0 comments on commit b280509

Please sign in to comment.