Creating codex copr files

This commit is contained in:
2026-04-29 11:09:46 -04:00
parent d6a3c49cfc
commit d1219a695d
4 changed files with 91 additions and 75 deletions
+9
View File
@@ -0,0 +1,9 @@
TOPDIR ?= $(CURDIR)/.rpmbuild
.PHONY: srpm clean
srpm:
./make-srpm.sh
clean:
rm -rf "$(TOPDIR)"