summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 7ded8bbe163ad5aabc9d95e9eef8a1d50def0ae4 (plain)
1
2
3
4
5
6
7
SRCDIR := $(shell pwd)
NAME := $(shell basename $(SRCDIR))
include ../common/Makefile

el7:
	rpmbuild $(RPMDEFINES) $(SRCDEFINES) -bs $(NAME)-el.spec --define 'dist .el7.remi' --define 'rhel 7'