Fix PHONY rules

This commit is contained in:
olblak 2017-05-10 11:00:47 +02:00
parent 9da767c535
commit ca26e2bae4

View File

@ -1,4 +1,4 @@
.PHONY: build shell prod
.PHONY: build clean run
current_dir := $(shell pwd)
current_user := $(shell id -u)