diff options
Diffstat (limited to 'php/Makefile')
-rw-r--r-- | php/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php/Makefile b/php/Makefile index 13af741..6c96298 100644 --- a/php/Makefile +++ b/php/Makefile @@ -2,3 +2,5 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) include ../../../common/Makefile +srpm: + rpmbuild $(RPMDEFINES) $(SRCDEFINES) --define 'scl php56' -bs $(NAME).spec |