Mark phony targets
This commit is contained in:
parent
47ea5b90ea
commit
1c7006b829
3
Makefile
3
Makefile
@ -35,6 +35,9 @@ export DISTRIBUTION
|
|||||||
VERSION := $(shell cat version)
|
VERSION := $(shell cat version)
|
||||||
TIMESTAMP := $(shell date -u +%Y%m%d%H%M)
|
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:
|
help:
|
||||||
@echo "make rpms -- generate template rpm"
|
@echo "make rpms -- generate template rpm"
|
||||||
@echo "make update-repo-installer -- copy newly generated rpm to installer repo"
|
@echo "make update-repo-installer -- copy newly generated rpm to installer repo"
|
||||||
|
Loading…
Reference in New Issue
Block a user