Skip to content
Snippets Groups Projects
Commit 4ccc243b authored by Charles Wright's avatar Charles Wright
Browse files

Added a target for 'make clean'

parent f57a491b
No related branches found
No related tags found
No related merge requests found
......@@ -12,4 +12,5 @@ demo.o: demo.c bsspeke.h
demo: demo.o bsspeke.o monocypher.o
cc -o demo demo.o bsspeke.o monocypher.o
clean:
rm -f demo bsspeke.o monocypher.o
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment