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