mirror of
https://github.com/kdabir/has.git
synced 2024-11-10 21:26:50 +01:00
9 lines
101 B
Makefile
9 lines
101 B
Makefile
|
test:
|
||
|
bats .hastest.bats
|
||
|
|
||
|
install:
|
||
|
cp has /usr/local/bin/has
|
||
|
|
||
|
uninstall:
|
||
|
rm -f /usr/local/bin/has
|