Commit 9a048663 authored by Miek Gieben's avatar Miek Gieben

Release 002

parent 2e68682d
......@@ -23,7 +23,12 @@ VERSION:=$(shell grep 'coreVersion' coremain/version.go | awk '{ print $$3 }' |
ARCH=$(shell uname -m)
GITHUB=miekg
all: build release
all: push build release
.PHONY: push
push:
@echo Pushing release to master
git push
.PHONY: build
build:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment