Skip to content

Commit

Permalink
Add taget 'install'
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Ivanova committed Aug 20, 2015
1 parent 81f1b36 commit 32f361d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ pack:
unzip $$j -x META-INF/* -d $(BUILD) > /dev/null ; \
done
$(PACKCMD)

install:
mkdir -p $(DESTDIR)$(PREFIX)/bin
install -m 0755 dist/NoticEditor.jar $(DESTDIR)$(PREFIX)/bin/noticed.jar

0 comments on commit 32f361d

Please sign in to comment.