Skip to content

Commit f688951

Browse files
committed
build: Fix typo in compile_commands.json filename in distclean
1 parent 0b2ac44 commit f688951

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 .cache compiler_commands.json 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)