We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df17c7 commit 459e2a7Copy full SHA for 459e2a7
Makefile
@@ -1,6 +1,6 @@
1
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2
3
-LESSONS = $(wildcard basic??-*) $(wildcard packet*) $(wildcard tracing??-*)
+LESSONS = $(wildcard basic*) $(wildcard packet*) $(wildcard tracing??-*)
4
LESSONS_CLEAN = $(addsuffix _clean,$(LESSONS))
5
6
.PHONY: clean $(LESSONS) $(LESSONS_CLEAN)
0 commit comments