summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGabriele Santomaggio <gabriele.santomaggio@erlang-solutions.com>2016-10-29 19:05:37 +0200
committerGabriele Santomaggio <gabriele.santomaggio@erlang-solutions.com>2016-10-29 19:05:37 +0200
commita895a228d7f3277092cceee551c14976de0c3fb0 (patch)
tree21b15b60739253c304d5765935d8e97745de0e89 /Makefile
parentcf15c34405b92d337aa0559cc094adef6dc9268a (diff)
downloaderlang-sd_notify-a895a228d7f3277092cceee551c14976de0c3fb0.tar.gz
Add rpm spec for Centos
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d1dd742..476f80e 100644
--- a/Makefile
+++ b/Makefile
@@ -18,3 +18,6 @@ dialyzer:
deb:
cd packaging/deb && $(MAKE) TOPDIR=$(PWD) deb
+
+rpm:
+ cd packaging/centos && $(MAKE) TOPDIR=$(PWD) rpm