2
0
mirror of https://github.com/bpkg/bpkg synced 2024-11-09 19:10:24 +00:00
bpkg/lib/term/Makefile
Joseph Werle a7bbe0383a add term
2014-05-24 13:05:32 -04:00

15 lines
164 B
Makefile

BIN ?= term
PREFIX ?= /usr/local
install:
cp term.sh $(PREFIX)/bin/$(BIN)
uninstall:
rm -f $(PREFIX)/bin/$(BIN)
example.sh:
./example.sh
.PHONY: example.sh