Skip to content

Commit 459e2a7

Browse files
committed
basic: extend Makefile wildcard to include basic-solutions
Signed-off-by: Anton Protopopov <a.s.protopopov@gmail.com>
1 parent 4df17c7 commit 459e2a7

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)