Add a clean target for the Makefile
authorMatt Caswell <matt@openssl.org>
Wed, 17 May 2023 14:19:26 +0000 (15:19 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 29 May 2023 10:43:59 +0000 (11:43 +0100)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/tools/pull/146)

perf/Makefile

index f50ec6a8fb06e995c834e32117f9ca0a4ccf5e4e..27882b4b8df1672ccc24ad3431b26628bdf2c41b 100644 (file)
@@ -1,5 +1,8 @@
 all: randbytes
 
+clean:
+       rm libperf.a *.o randbytes
+
 libperf.a: perflib/*.c perflib/*.h
        gcc -I$(TARGET_OSSL_INCLUDE_PATH) -I. -c perflib/*.c
        ar rcs libperf.a *.o