Oreon-Lime-R2/selinux-policy/selinux-policy-bc228bd/selinux-policy-bc228bd0c249a9e4aa3dcf238c2b1bb138943b07/.copr/Makefile

8 lines
168 B
Makefile

# Basic Makefile to allow building the SRPM automatically by COPR/CI
outdir ?= $(PWD)
srpm:
$(dir $(lastword $(MAKEFILE_LIST)))/make-srpm.sh $(outdir)
.PHONY: srpm