summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5c075f3..b9abf2f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,12 @@
1VERSION = 1.0.0
2
1all: 3all:
2 smistrip -d MIB src-mib/nagios*.mib 4 smistrip -d MIB src-mib/nagios*.mib
3 5
4test: 6test:
5 smilint -p ./MIB/NAGIOS-ROOT-MIB ./MIB/NAGIOS-NOTIFY-MIB 7 smilint -p ./MIB/NAGIOS-ROOT-MIB ./MIB/NAGIOS-NOTIFY-MIB
6 8
7 9tarball:
10 tar cvzf nagiosmib-${VERSION}.tar.gz ./MIB/*MIB
11 md5sum nagiosmib-${VERSION}.tar.gz > nagiosmib-${VERSION}.tar.gz.md5sum
8 12