Skip to content

Commit 7a8a2af

Browse files
author
SeTSeR
committed
2 parents 7d6a0ae + c1967cc commit 7a8a2af

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)