summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile
index eb50a5f..601fb07 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -7,3 +7,6 @@ example-hmac-objs := hmac.o
check: $(hostprogs)
./cipher
./hmac
+
+clean:
+ rm -f *.o *~ hmac cipher