10 lines
145 B
Makefile
10 lines
145 B
Makefile
|
build:
|
||
|
|
||
|
install:
|
||
|
mkdir -p $(PREFIX)/bin $(PREFIX)/share
|
||
|
cp direnv-cache $(PREFIX)/bin
|
||
|
cp direnvrc $(PREFIX)/share
|
||
|
|
||
|
check:
|
||
|
term-test -s tests
|