summaryrefslogtreecommitdiff
path: root/code/ecp/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'code/ecp/crypto')
-rw-r--r--code/ecp/crypto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/ecp/crypto/Makefile b/code/ecp/crypto/Makefile
index 45a1e2d..6f07ec6 100644
--- a/code/ecp/crypto/Makefile
+++ b/code/ecp/crypto/Makefile
@@ -19,7 +19,7 @@ all: $(obj)
(cd $$i && $(MAKE) && cd ..) || exit; \
done
$(AR) rcs libecpcr.a $(obj) $(obj_dep)
-
+
clean:
for i in $(subdirs) test; do \
(cd $$i && $(MAKE) clean && cd ..) || exit; \