diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index b047ec0..f0d45b1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -66,4 +66,7 @@ install: all for f in `find ../data -type f -maxdepth 1`; do \ install -m 644 $$f $(PREFIX)$(IRBOX_DIR); \ done +rpm:: + /usr/bin/rpmize + |