Skip to content

Commit 2366e38

Browse files
committed
packet: extend Makefile wildcard to include packet-solutions
Signed-off-by: Anton Protopopov <a.s.protopopov@gmail.com>
1 parent e7353aa commit 2366e38

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??-*) $(wildcard tracing??-*)
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)