Skip to content

Commit ffc0e84

Browse files
committed
build: Remove .cache and compile_commands.json on distclean
1 parent ef1f9c2 commit ffc0e84

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
@@ -324,7 +324,7 @@ dist:
324324

325325
.PHONY: distclean
326326
distclean: clean
327-
rm -rf edk2-ovmf config.log config.status GNUmakefile config.h man/man1/limine.1
327+
rm -rf .cache compile_commands.json edk2-ovmf config.log config.status GNUmakefile config.h man/man1/limine.1
328328

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

0 commit comments

Comments
 (0)