From 8edbc85a705d10e1d520ca7acf7d97d23d7b20d7 Mon Sep 17 00:00:00 2001 From: Kacper Date: Sun, 14 Dec 2025 20:04:27 +0100 Subject: Add pwd command utility --- makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 7f039714..5f42ac85 100644 --- a/makefile +++ b/makefile @@ -155,10 +155,6 @@ PHONY += menuconfig menuconfig: $(Q)$(MAKE) -f scripts/kconfig/makefile menuconfig -PHONY += defconfig -defconfig: - $(Q)$(MAKE) -f scripts/kconfig/makefile defconfig - include-what-you-use: compile_commands.json $(Q)iwyu_tool.py -p. -j4 -- -Xiwyu --update_comments -Xiwyu --transitive_includes_only -Xiwyu --no_internal_mappings | \ fix_includes.py --comments \ -- cgit v1.2.3