Mark phony targets

pull/11/head
Marek Marczykowski-Górecki 6 years ago
parent 47ea5b90ea
commit 1c7006b829
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

@ -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"

Loading…
Cancel
Save