From: Andre Noll Date: Thu, 19 Jun 2008 13:45:11 +0000 (+0200) Subject: Fix typo in Makefile. X-Git-Tag: v0.0.3~17 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=a8c239250e33966020dd175e34257b4c2d4b4f2e;p=adu.git Fix typo in Makefile. --- diff --git a/Makefile b/Makefile index 60f3c28..5e425da 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -objects := adu.o string.o cmdline.o fd.o select.o create.c +objects := adu.o string.o cmdline.o fd.o select.o create.o all: adu DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W