diff options
| author | Ján Jančár | 2022-12-28 16:50:18 +0100 |
|---|---|---|
| committer | GitHub | 2022-12-28 16:50:18 +0100 |
| commit | 6f770fdac1d72eae88f0bf24f080362b07a2dd52 (patch) | |
| tree | d7d5039a21f3a1c1b434637f8ab8be5c15dbd905 /ext/Makefile | |
| parent | 2dc4ecc580ac64f1edbb0b12316b4d11d7f2fab6 (diff) | |
| parent | 9d04d9e07d199bf88aaa92f4719c8c38d0c82258 (diff) | |
| download | pyecsca-codegen-6f770fdac1d72eae88f0bf24f080362b07a2dd52.tar.gz pyecsca-codegen-6f770fdac1d72eae88f0bf24f080362b07a2dd52.tar.zst pyecsca-codegen-6f770fdac1d72eae88f0bf24f080362b07a2dd52.zip | |
Merge pull request #1 from J08nY/fix/some-cleanups
Cleanup some build artifacts that are not used anymore.
Diffstat (limited to 'ext/Makefile')
| -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 |
