Skip to content

Commit

Permalink
Add a clean target for the Makefile
Browse files Browse the repository at this point in the history
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from #146)
  • Loading branch information
mattcaswell committed May 29, 2023
1 parent 3d19343 commit 9af0137
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions perf/Makefile
@@ -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
Expand Down

0 comments on commit 9af0137

Please sign in to comment.