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