This commit is contained in:
ge
2024-01-16 22:51:45 +03:00
parent eda3d50607
commit 71ef774060
3 changed files with 8 additions and 3 deletions

View File

@ -19,4 +19,4 @@ build: clean
$(DOCKER_CMD) run --rm -i -v $$PWD/$(BUILDDIR):/mnt --ulimit "nofile=1024:1048576" \
$(DOCKER_IMG) makepkg --nodeps --clean
# Remove unwanted files from build dir
rm $(BUILDDIR)/compute*.tar.gz $(BUILDDIR)/PKGBUILD
find $(BUILDDIR) ! -name '*.pkg.tar.zst' -type f -exec rm -f {} +