diff options
author | Uros Majstorovic <majstor@majstor.org> | 2019-11-24 16:52:02 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2019-11-24 16:52:02 +0100 |
commit | 150604aa4983f20a200b9f16f5738fd0017368f3 (patch) | |
tree | 15bc44cf08ce4e719735d1e3fe061246babfe28c /code/ecp/crypto/Makefile | |
parent | 782d4fd32a33ba6938bc22d428f9981638324293 (diff) |
typo in _tr_release
Diffstat (limited to 'code/ecp/crypto/Makefile')
-rw-r--r-- | code/ecp/crypto/Makefile | 2 |
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; \ |