Skip to content

Commit d28fa40

Browse files
committed
also clean
1 parent a0339de commit d28fa40

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
574574
clean-flisp:

src/flisp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/support/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)