From a8c239250e33966020dd175e34257b4c2d4b4f2e Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 19 Jun 2008 15:45:11 +0200 Subject: [PATCH] Fix typo in Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2