Skip to content

Commit

Permalink
Make TYPE overrideable
Browse files Browse the repository at this point in the history
  • Loading branch information
ejholmes committed Sep 19, 2017
1 parent b89ec4e commit c99e2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,7 +1,7 @@
.PHONY: build test bootstrap

REPO = remind101/empire
TYPE = patch
TYPE ?= patch
ARTIFACTS ?= build

cmds: build/empire build/emp
Expand Down

0 comments on commit c99e2de

Please sign in to comment.