Tidy up Makefile.

This commit is contained in:
Emil Mikulic 2010-11-24 23:33:31 +11:00
parent 0ab76c953b
commit 1cd7fd3cda

View File

@ -2,8 +2,7 @@ CC?=cc
CFLAGS?=-O CFLAGS?=-O
LIBS=`[ \`uname\` = "SunOS" ] && echo -lsocket -lnsl` LIBS=`[ \`uname\` = "SunOS" ] && echo -lsocket -lnsl`
TARGETS = bsd linux solaris .PHONY: all clean
.PHONY: all $(TARGETS)
all: darkhttpd all: darkhttpd