Skip to content

Commit 2c148a0

Browse files
committed
makefile
1 parent b48ebd2 commit 2c148a0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
PREFIX ?= /usr/local
2+
3+
all:
4+
@:
5+
6+
install:
7+
install -d ${DESTDIR}/${PREFIX}/bin
8+
install -m755 void-updates.sh ${DESTDIR}/${PREFIX}/bin/void-updates

0 commit comments

Comments
 (0)