Skip to content

Commit 3b9fc3e

Browse files
committed
examples: fix default rule for the debugging example
Now when we do `make` in the examples/ directory, this one will be built as intended
1 parent a4002a9 commit 3b9fc3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/debugging/makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ DESCRIPTION ?= "C SDK Demo"
1212

1313
# ----------------------------
1414

15+
# This is just so the main makefile in $CEDEV/examples makes this one be like "make debug"
16+
.DEFAULT_GOAL := debug
17+
1518
include $(CEDEV)/include/.makefile

0 commit comments

Comments
 (0)