Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PREFIX = /usr/bin
- all:
- @echo Run \'make install\' to install <description>.
- install:
- @mkdir -p $(PREFIX)
- @cp -p <script>.sh $(PREFIX)/<script>
- @chmod 755 $(PREFIX)/<script>
- uninstall:
- @rm -rf $(PREFIX)/<script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement