Skip to content

Commit

Permalink
Merge pull request #11427 from aabadie/pr/pkg/c25519_make_cleanup
Browse files Browse the repository at this point in the history
pkg/c25519: cleanup in Makefiles
  • Loading branch information
bergzand authored Apr 23, 2019
2 parents f0eef62 + 4ae1ef3 commit c93bb62
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion pkg/c25519/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ clean::

distclean::
rm -rf $(PKG_BUILDDIR) $(PKGDIRBASE)/$(PKG_NAME)-$(PKG_VERSION).$(PKG_EXT)
rm -rf $(PKG_SHAFILE)
3 changes: 0 additions & 3 deletions tests/pkg_c25519/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,3 @@ else
CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(3*THREAD_STACKSIZE_DEFAULT+THREAD_EXTRA_STACKSIZE_PRINTF\)
endif
endif

test:
tests/01-run.py

0 comments on commit c93bb62

Please sign in to comment.