Skip to content
Snippets Groups Projects
Commit 5a216316 authored by Ludwig Knüpfer's avatar Ludwig Knüpfer
Browse files

pkg/libcoap: call "$(MAKE)", not make

parent 0cd1f34c
Branches
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ endif
.PHONY: all clean patch reset
all: patch
make -C $(PKG_DIR)
"$(MAKE)" -C $(PKG_DIR)
patch: $(PKG_DIR)/Makefile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment