summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-06-05 15:41:53 +0200
committerRemi Collet <remi@php.net>2023-06-05 15:41:53 +0200
commitce6bb895e772b36d61237c635770e4c2ee51f766 (patch)
tree551551a05c55c5aa63dcf29050000706173f4ba6 /Makefile
duplicate 8.2
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