diff options
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; \ |