From db60d7789a73461de4870c14aec2625b5381929d Mon Sep 17 00:00:00 2001 From: David Garske Date: Mon, 31 Jul 2017 14:18:03 -0700 Subject: [PATCH] Add cleanup for ecc server/client binaries. Leaving comment as-is for debugging. --- btle/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/btle/Makefile b/btle/Makefile index 5ab4c93e..3af17467 100644 --- a/btle/Makefile +++ b/btle/Makefile @@ -39,3 +39,5 @@ ecc-client: ecc-client.o btle-sim.o $(STATIC_LIB) clean: rm *.o + rm ecc-server + rm ecc-client