clean up Makefile

This commit is contained in:
Henning Jacobs
2017-01-14 16:09:00 +01:00
parent af498cc2b8
commit ae5d173c73

View File

@@ -1,15 +1,13 @@
.PHONY: clean
.PHONY: clean test appjs docker push mock
IMAGE ?= hjacobs/kube-ops-view
TAG ?= latest
GITHEAD = $(shell git rev-parse --short HEAD)
GITURL = $(shell git config --get remote.origin.url)
GITSTATUS = $(shell git status --porcelain || echo "no changes")
IMAGE ?= hjacobs/kube-ops-view
TAG ?= latest
GITHEAD = $(shell git rev-parse --short HEAD)
GITURL = $(shell git config --get remote.origin.url)
GITSTATU = $(shell git status --porcelain || echo "no changes")
default: docker
build: appjs docker
clean:
rm -fr kube_ops_view/static/build