Compare commits

..

No commits in common. "2657eb9091259aee75f7f39c25886ac793a179ac" and "5eace1c2dd9fd1da7733c950d15e6faf97a73d05" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View file

@ -1 +0,0 @@
# XL

View file

@ -21,10 +21,7 @@ test:
./gradlew test
$(TARNAME):
git archive --format=tar --prefix=$(DIRNAME)/ HEAD > intermediate.tar
tar -f intermediate.tar --delete $(DIRNAME)/doc
gzip -9 -c intermediate.tar > $(TARNAME)
rm intermediate.tar
git ls-files -z | xargs -0 tar -czf $(TARNAME)
$(TARNAME).minisig: $(TARNAME)
minisign -Sm $(TARNAME)