blob: 57c9f9b71f0430c976656598c3148c8ec85e559e (
plain)
1
2
3
4
5
6
7
|
SRCDIR := $(shell pwd)
NAME := $(shell basename $(SRCDIR))
include ../common/Makefile
el8:
rpmbuild $(RPMDEFINES) $(SRCDEFINES) -bs $(NAME).spec --define 'dist .el8.remi' --define 'rhel 8'
|