We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5db324 commit dbd66f1Copy full SHA for dbd66f1
1 file changed
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??-*) advanced03-AF_XDP
+LESSONS = $(wildcard basic*) $(wildcard packet*) $(wildcard tracing??-*)
4
LESSONS_CLEAN = $(addsuffix _clean,$(LESSONS))
5
6
.PHONY: clean $(LESSONS) $(LESSONS_CLEAN)
0 commit comments