From ac8a726ad658e35cf73d4a62646cbe5ba3e38da4 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 28 Feb 2012 01:05:32 +0100 Subject: Make simple handshake work --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index a10ef63..e36757e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -10,4 +10,4 @@ task.o : task.c task.h queue.h queue.o : queue.c queue.h clean : - rm -f fastd fastd.o method_null.o task.o + rm -f fastd fastd.o handshake.o method_null.o task.o queue.o -- cgit v1.2.3