diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7cc765c --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +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