diff options
| author | J08nY | 2022-12-28 15:53:07 +0100 |
|---|---|---|
| committer | J08nY | 2022-12-28 15:53:07 +0100 |
| commit | 9d04d9e07d199bf88aaa92f4719c8c38d0c82258 (patch) | |
| tree | d7d5039a21f3a1c1b434637f8ab8be5c15dbd905 /ext | |
| parent | 2dc4ecc580ac64f1edbb0b12316b4d11d7f2fab6 (diff) | |
| download | pyecsca-codegen-9d04d9e07d199bf88aaa92f4719c8c38d0c82258.tar.gz pyecsca-codegen-9d04d9e07d199bf88aaa92f4719c8c38d0c82258.tar.zst pyecsca-codegen-9d04d9e07d199bf88aaa92f4719c8c38d0c82258.zip | |
Cleanup some build artifacts that are not used anymore.
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Makefile b/ext/Makefile index f3216ac..651303b 100644 --- a/ext/Makefile +++ b/ext/Makefile @@ -45,4 +45,4 @@ stm32f3: tommath_dir tommath_headers $(MAKE) -C libtommath cp libtommath/$(LIBNAME) ../pyecsca/codegen/tommath/$(LIBNAME) -.PHONY: all host stm32f0 stm32f3 xmega tommath_dir tommath_headers help clean +.PHONY: all host stm32f0 stm32f3 tommath_dir tommath_headers help clean |
