7 lines
172 B
Makefile
7 lines
172 B
Makefile
SRCDIR := $(shell pwd)
|
|
NAME := $(shell basename $(SRCDIR))
|
|
include ../../common/Makefile
|
|
|
|
srpm:
|
|
rpmbuild $(RPMDEFINES) $(SRCDEFINES) --define 'scl php73' -bs $(NAME).spec
|