diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | VERSION = 1.0.0 | 1 | VERSION = 1.0.1 |
2 | 2 | ||
3 | all: | 3 | all: |
4 | smistrip -d MIB src-mib/nagios*.mib | 4 | smistrip -d MIB src-mib/nagios*.mib |
@@ -7,6 +7,6 @@ test: | |||
7 | smilint -p ./MIB/NAGIOS-ROOT-MIB ./MIB/NAGIOS-NOTIFY-MIB | 7 | smilint -p ./MIB/NAGIOS-ROOT-MIB ./MIB/NAGIOS-NOTIFY-MIB |
8 | 8 | ||
9 | tarball: | 9 | tarball: |
10 | tar cvzf nagiosmib-${VERSION}.tar.gz ./MIB/*MIB | 10 | tar cvzf nagiosmib-${VERSION}.tar.gz README CHANGES LEGAL LICENSE ./MIB/*MIB |
11 | md5sum nagiosmib-${VERSION}.tar.gz > nagiosmib-${VERSION}.tar.gz.md5sum | 11 | md5sum nagiosmib-${VERSION}.tar.gz > nagiosmib-${VERSION}.tar.gz.md5sum |
12 | 12 | ||