Skip to content

Commit

Permalink
Merge branch 'release/v1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
ppxl committed Sep 2, 2019
2 parents f108ac8 + 2fb21c6 commit 869434d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARTIFACT_ID=
VERSION=

MAKEFILES_VERSION=1.0.1
MAKEFILES_VERSION=1.0.2

.DEFAULT_GOAL:=compile

Expand Down Expand Up @@ -30,7 +30,7 @@ include build/make/bower.mk


.PHONY: update-makefiles
update-makefiles:
update-makefiles: $(TMP_DIR)
@echo Updating makefiles...
@curl -L --silent https://github.com/cloudogu/makefiles/archive/v$(MAKEFILES_VERSION).tar.gz > $(TMP_DIR)/makefiles-v$(MAKEFILES_VERSION).tar.gz

Expand Down

0 comments on commit 869434d

Please sign in to comment.