Files
Arjan van de Ven f09e375f27 add make tag target
2024-06-20 14:01:24 +00:00

17 lines
306 B
Makefile

all: bundles
bundles:
echo "Nothing to build"
install:
mkdir -p $(DESTDIR)/usr/share/clr-bundles
cp packages $(DESTDIR)/usr/share/clr-bundles/
cp -a bundles/* $(DESTDIR)/usr/share/clr-bundles/
cp -a mappings $(DESTDIR)/usr/share/clr-bundles/
tag:
git push
git tag -f latest
git push -f --tags