Skip to content

Commit 712412b

Browse files
committed
build: Remove .cache and compiler_commands.json on distclean
1 parent 46ff765 commit 712412b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ dist:
323323

324324
.PHONY: distclean
325325
distclean: clean
326-
rm -rf edk2-ovmf config.log config.status GNUmakefile config.h man/man1/limine.1
326+
rm -rf .cache compiler_commands.json edk2-ovmf config.log config.status GNUmakefile config.h man/man1/limine.1
327327

328328
.PHONY: maintainer-clean
329329
maintainer-clean: distclean

0 commit comments

Comments
 (0)