Mark phony targets

This commit is contained in:
Marek Marczykowski-Górecki 2018-06-28 13:58:26 +02:00
parent 47ea5b90ea
commit 1c7006b829
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -35,6 +35,9 @@ export DISTRIBUTION
VERSION := $(shell cat version)
TIMESTAMP := $(shell date -u +%Y%m%d%H%M)
.PHONY: help template-name prepare package rpms rootimg-build
.PHONY: update-repo-templates-itl update-repo-templates-community
help:
@echo "make rpms -- generate template rpm"
@echo "make update-repo-installer -- copy newly generated rpm to installer repo"