2
0
mirror of https://github.com/bpkg/bpkg synced 2024-11-08 01:10:36 +00:00

add init to commands

This commit is contained in:
Joseph Werle 2014-06-16 18:51:14 -04:00
parent f3f212dbd8
commit 7742e85126

View File

@ -1,7 +1,7 @@
BIN ?= bpkg
PREFIX ?= /usr/local
CMDS = json install package term suggest
CMDS = json install package term suggest init
install: uninstall
install $(BIN) $(PREFIX)/bin