From 150604aa4983f20a200b9f16f5738fd0017368f3 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sun, 24 Nov 2019 16:52:02 +0100 Subject: typo in _tr_release --- code/ecp/crypto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/ecp/crypto') 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; \ -- cgit v1.2.3