Skip to content

Commit b9b4bf1

Browse files
committed
Descend into tracing-* directories when running make
Signed-off-by: Anton Protopopov <a.s.protopopov@gmail.com>
1 parent dfb71e3 commit b9b4bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
22

3-
LESSONS = $(wildcard basic??-*) $(wildcard packet??-*)
3+
LESSONS = $(wildcard basic??-*) $(wildcard packet??-*) $(wildcard tracing??-*)
44
LESSONS_CLEAN = $(addsuffix _clean,$(LESSONS))
55

66
.PHONY: clean $(LESSONS) $(LESSONS_CLEAN)

0 commit comments

Comments
 (0)