Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
Sync for local
Browse files Browse the repository at this point in the history
  • Loading branch information
splasky committed Jul 24, 2020
1 parent 70b55a0 commit 222ebf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion endpoint/platform/default.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

platform-build-command = \
cd endpoint && \
leaf shell -c "mkapp -v -t $(EP_TARGET) $(LEGATO_FLAGS) endpoint.adef"
leaf shell -c "mkapp -t $(EP_TARGET) $(LEGATO_FLAGS) endpoint.adef"
2 changes: 1 addition & 1 deletion endpoint/platform/simulator/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export LEGATO_TARGET := localhost

platform-build-command = \
sh -c "endpoint/build-legato.sh"; \
cd endpoint && mkapp -v -t localhost -C -DENABLE_ENDPOINT_TEST $(LEGATO_FLAGS) endpoint.adef;
cd endpoint && mkapp -t localhost -C -DENABLE_ENDPOINT_TEST $(LEGATO_FLAGS) endpoint.adef;

0 comments on commit 222ebf5

Please sign in to comment.