summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-07-03 15:49:51 +0200
committerRemi Collet <remi@php.net>2024-07-03 15:49:51 +0200
commit6f35cdb5bbd4a88c10617bbda37bcb37f96a4fbd (patch)
tree155963a72d94e0dd1a6ef33f0d36c74f9116f3a3 /Makefile
dup 8.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..29b6a5b
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+SRCDIR := $(shell pwd)
+NAME := $(shell basename $(SRCDIR))
+include ../../common/Makefile
+
+srpm:
+ rpmbuild $(RPMDEFINES) $(SRCDEFINES) --define 'scl php83' -bs $(NAME).spec