]> pd.if.org Git - startuptools/blob - Makefile
make do_exec a static function
[startuptools] / Makefile
1 PRG=daemon chdir chids
2 CFLAGS=-Wall -Wno-parentheses
3
4 all:    $(PRG)
5
6 clean:
7         rm -f *.o $(PRG)