2
1
mirror of https://github.com/kdabir/has.git synced 2024-09-18 17:01:29 +02:00
has/Makefile
Kunal Dabir 4dddf27108 release 1.0
- added more commands, shuffle the order
- added installation script
- using make to run tests
- update README with installation steps and usage
2017-08-29 12:01:11 +05:30

9 lines
101 B
Makefile

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