has/Makefile

9 lines
101 B
Makefile
Raw Normal View History

test:
bats .hastest.bats
install:
cp has /usr/local/bin/has
uninstall:
rm -f /usr/local/bin/has