mirror of
https://github.com/funkemunky/codex-copr.git
synced 2026-05-31 06:11:55 +00:00
10 lines
101 B
Makefile
10 lines
101 B
Makefile
TOPDIR ?= $(CURDIR)/.rpmbuild
|
|
|
|
.PHONY: srpm clean
|
|
|
|
srpm:
|
|
./make-srpm.sh
|
|
|
|
clean:
|
|
rm -rf "$(TOPDIR)"
|