build: Remove .cache and compile_commands.json on distclean

This commit is contained in:
Mintsuki
2026-04-14 21:27:00 +02:00
parent 0fb6bb6c7c
commit 18f08ed399

View File

@@ -324,7 +324,7 @@ dist:
.PHONY: distclean
distclean: clean
rm -rf edk2-ovmf config.log config.status GNUmakefile config.h man/man1/limine.1
rm -rf .cache compile_commands.json edk2-ovmf config.log config.status GNUmakefile config.h man/man1/limine.1
.PHONY: maintainer-clean
maintainer-clean: distclean