summaryrefslogtreecommitdiff
path: root/code/ecp/crypto
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2019-11-24 16:52:02 +0100
committerUros Majstorovic <majstor@majstor.org>2019-11-24 16:52:02 +0100
commit150604aa4983f20a200b9f16f5738fd0017368f3 (patch)
tree15bc44cf08ce4e719735d1e3fe061246babfe28c /code/ecp/crypto
parent782d4fd32a33ba6938bc22d428f9981638324293 (diff)
typo in _tr_release
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; \