source:
tools/start-stop-daemon/makefile@
496
Last change on this file since 496 was 480, checked in by , 12 months ago | |
---|---|
|
|
File size: 216 bytes |
Rev | Line | |
---|---|---|
[6] | 1 | start-stop-daemon: start-stop-daemon.c |
[2] | 2 | gcc -Wall -Wextra -Wno-return-type -o $@ $< |
3 | ||
[25] | 4 | install: start-stop-daemon |
[480] | 5 | chown root:root start-stop-daemon |
[25] | 6 | chmod 0755 start-stop-daemon |
7 | ||
[2] | 8 | clean: |
[6] | 9 | rm start-stop-daemon |
Note:
See TracBrowser
for help on using the repository browser.