host/Makefile
Petr Šabata af176210ca Add a Makefile to simplify module updates
Signed-off-by: Petr Šabata <contyk@redhat.com>
2017-08-04 12:51:30 +02:00

5 lines
213 B
Makefile

SOURCE = https://raw.githubusercontent.com/fedora-modularity/baseruntime-package-lists/master/data/Fedora/devel/hp
MODULE = $(shell pwd | sed 's/^.*\///')
update:
curl $(SOURCE)/$(MODULE).yaml -o $(MODULE).yaml