From 3cc5c8a72599aed37efcb1343dbfb3630d7d3ce3 Mon Sep 17 00:00:00 2001 From: Andreas Florath Date: Mon, 9 Mar 2015 20:40:32 +0100 Subject: [PATCH] Makefile: clean also remove tcp client and server --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0b88359..5de4af5 100644 --- a/Makefile +++ b/Makefile @@ -28,4 +28,5 @@ test/java/EchoClient.class: test/java/EchoClient.java .PHONY: clean clean: - rm -f libdontdie.so* test/Cperformance/perf test/java/EchoClient.class + rm -f libdontdie.so* test/Cperformance/perf test/java/EchoClient.class \ + test/Cblackbox/tcp_server test/Cblackbox/tcp_client