Add cleanup for ecc server/client binaries. Leaving comment as-is for debugging.

pull/68/head
David Garske 2017-07-31 14:18:03 -07:00
parent af27d17576
commit db60d7789a
1 changed files with 2 additions and 0 deletions

View File

@ -39,3 +39,5 @@ ecc-client: ecc-client.o btle-sim.o $(STATIC_LIB)
clean:
rm *.o
rm ecc-server
rm ecc-client