Merge pull request #11427 from aabadie/pr/pkg/c25519_make_cleanup

pkg/c25519: cleanup in Makefiles
This commit is contained in:
Koen Zandberg 2019-04-23 09:55:56 +02:00 committed by GitHub
commit c93bb62040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -33,4 +33,3 @@ clean::
distclean::
rm -rf $(PKG_BUILDDIR) $(PKGDIRBASE)/$(PKG_NAME)-$(PKG_VERSION).$(PKG_EXT)
rm -rf $(PKG_SHAFILE)

View File

@ -20,6 +20,3 @@ else
CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(3*THREAD_STACKSIZE_DEFAULT+THREAD_EXTRA_STACKSIZE_PRINTF\)
endif
endif
test:
tests/01-run.py