Skip to content

Commit c1967cc

Browse files
author
Anna Ivanova
committed
Rule to make target 'install'
1 parent 024ecb5 commit c1967cc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ pack:
3838
unzip $$j -x META-INF/* -d $(BUILD) > /dev/null ; \
3939
done
4040
$(PACKCMD)
41+
42+
install:
43+
mkdir -p $(DESTDIR)$(PREFIX)/bin
44+
install -m 0755 dist/NoticEditor.jar $(DESTDIR)$(PREFIX)/bin/noticed.jar

0 commit comments

Comments
 (0)