From: Loup Vaillant Date: Sun, 16 Jul 2017 12:56:02 +0000 (+0200) Subject: remove ./speed when cleaning X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=279c6417f84e5a14488f350f3ee608266d151207;p=Monocypher.git remove ./speed when cleaning --- diff --git a/makefile b/makefile index a4ab285..d2baeb6 100644 --- a/makefile +++ b/makefile @@ -22,7 +22,7 @@ all: vectors properties sodium donna clean: rm -rf bin frama-c rm -f src/*.gch src/rename_* - rm -f vectors properties sodium donna + rm -f vectors properties sodium donna speed TEST_DEPS=tests/vectors.c bin/monocypher.o bin/sha512.o PROP_DEPS=tests/properties.c bin/classic_monocypher.o