root/piperespawn/Makefile

Revision 3f477e9d20f3fbc79e60facde22e17834e54152d, 129 bytes (checked in by Robin Gareus <robin@…>, 2 years ago)

added piperespawn.

  • Property mode set to 100644
Line 
1piperespawn: piperespawn.c
2
3.PHONY: clean install
4clean:
5        rm -f piperespawn
6install: piperespawn
7        cp piperespawn /usr/local/bin/
Note: See TracBrowser for help on using the browser.