Skip to content

Commit eb7301f

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
add make deploy back
1 parent 10cb5b1 commit eb7301f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1+
.PHONY: deploy
2+
deploy:
3+
./hacks/deploy.sh
4+
15

26
# BEGIN: lint-install .
37
# http://github.com/codeGROOVE-dev/lint-install
48

59
.PHONY: lint
610
lint: _lint
711

12+
813
LINT_ARCH := $(shell uname -m)
914
LINT_OS := $(shell uname)
1015
LINT_OS_LOWER := $(shell echo $(LINT_OS) | tr '[:upper:]' '[:lower:]')

0 commit comments

Comments
 (0)