source:
tools/start-stop-daemon/makefile@
19
Last change on this file since 19 was 6, checked in by , 11 years ago | |
---|---|
|
|
File size: 119 bytes |
Line | |
---|---|
1 | start-stop-daemon: start-stop-daemon.c |
2 | gcc -Wall -Wextra -Wno-return-type -o $@ $< |
3 | |
4 | clean: |
5 | rm start-stop-daemon |
Note:
See TracBrowser
for help on using the repository browser.