File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -568,7 +568,7 @@ clean:
568568 -rm -f $(BUILDDIR ) /* .dbg.obj $(BUILDDIR ) /* .o $(BUILDDIR ) /* .dwo $(BUILDDIR ) /* .$(SHLIB_EXT ) $(BUILDDIR ) /* .a $(BUILDDIR ) /* .h.gen
569569 -rm -f $(BUILDDIR ) /julia.expmap
570570 -rm -f $(BUILDDIR ) /julia_version.h
571- -rm -f $(BUILDDIR ) /compile_commands.json
571+ -rm -f $(BUILDDIR ) /compile_commands.json*
572572
573573.PHONY : clean-flisp
574574clean-flisp :
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ clean:
176176 rm -f $(BUILDDIR ) /* .a
177177 rm -f $(BUILDDIR ) /$(EXENAME )$(EXE )
178178 rm -f $(BUILDDIR ) /$(EXENAME ) -debug$(EXE )
179- rm -f $(BUILDDIR ) /compile_commands.json
179+ rm -f $(BUILDDIR ) /compile_commands.json*
180180 rm -f $(BUILDDIR ) /host/*
181181
182182.PHONY : flisp-deps compile-database
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ clean:
123123 rm -f $(BUILDDIR ) /core*
124124 rm -f $(BUILDDIR ) /libsupport.a
125125 rm -f $(BUILDDIR ) /libsupport-debug.a
126- rm -f $(BUILDDIR ) /compile_commands.json
126+ rm -f $(BUILDDIR ) /compile_commands.json*
127127 rm -f $(BUILDDIR ) /host/*
128128
129129.PHONY : compile-database
You can’t perform that action at this time.
0 commit comments