Oreon-Lime-R2/selinux-policy/selinux-policy-d9f4a2b/selinux-policy-d9f4a2bbeb91fd95d0c35a90936efb9ea99d2455/.copr/Makefile

10 lines
204 B
Makefile

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