summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-04-09 14:38:58 +0200
committerRemi Collet <remi@remirepo.net>2020-04-09 14:38:58 +0200
commit615a5edd3272c380b5c911b459794d82e4857c96 (patch)
tree7f2821324c717f9ce0a1d2a8c48a5f0ee68e857b /Makefile
duplicate 7.4 stuff
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..9538721
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+SRCDIR := $(shell pwd)
+NAME := $(shell basename $(SRCDIR))
+include ../../common/Makefile
+
+srpm:
+ rpmbuild $(RPMDEFINES) $(SRCDEFINES) --define 'scl php74' -bs $(NAME).spec