diff options
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index fc64584c2..eeb854105 100644 --- a/src/Makefile +++ b/src/Makefile @@ -114,6 +114,8 @@ dist: zip -r $(DIST_DIR).zip $(DIST_DIR) rm -rf $(DIST_DIR) +rpm: dist + rpmbuild -ta $(DIST_DIR).tar.gz install: $(INSTALL) -d $(bindir) |
