dep

Package manager for embedded C libraries
git clone git://git.finwo.net/app/dep
Log | Files | Refs | README | LICENSE

commit 413a2b23f52223d1af792e297e2497737b6f9f78
parent bb9a49275ab0cbe392577c1a694ce03aec639d13
Author: finwo <finwo@pm.me>
Date:   Tue, 31 Oct 2023 01:03:18 +0100

Forgotten make

Diffstat:
Mdist/dep | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dist/dep b/dist/dep @@ -296,7 +296,7 @@ function cmd_install_execute { function cmd_install_reset_generated { rm -rf "${CMD_INSTALL_PKG_DEST}/.dep" mkdir -p "${CMD_INSTALL_PKG_DEST}/.dep/include" - echo "INCLUDES+=-I ${CMD_INSTALL_PKG_DEST}/.dep/include" > "${CMD_INSTALL_PKG_DEST}/.dep/config.mk" + echo "INCLUDES+=-I${CMD_INSTALL_PKG_DEST}/.dep/include" > "${CMD_INSTALL_PKG_DEST}/.dep/config.mk" echo "" > "${CMD_INSTALL_PKG_DEST}/.dep/exported" }