Skip to content

Commit

Permalink
Add removal of Cosmo-specific output files to Makefile.direct clean
Browse files Browse the repository at this point in the history
Issue #666 (bdwgc).

* Makefile.direct (clean): Remove also *.com.dbg and *.elf files.
  • Loading branch information
ivmai committed Oct 9, 2024
1 parent 0c86f66 commit 6ec9f46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile.direct
Original file line number Diff line number Diff line change
Expand Up @@ -379,10 +379,10 @@ if_not_there$(EXEEXT): $(srcdir)/tools/if_not_there.c
$(HOSTCC) $(HOSTCFLAGS) -o $@ $(srcdir)/tools/if_not_there.c

clean:
rm -f *.a *.i *.o *.exe tests/*.o cpptest gctest gctest_dyn_link \
setjmp_test mon.out gmon.out a.out core if_not_there if_mach \
base_lib c++ $(CORD_OBJS) cordtest de cords dont_ar_* \
threadlibs *.log cordtst*.tmp
rm -f *.a *.i *.o *.com.dbg *.elf *.exe tests/*.o \
cpptest gctest gctest_dyn_link setjmp_test mon.out gmon.out \
a.out core if_not_there if_mach base_lib c++ $(CORD_OBJS) \
cordtest de cords dont_ar_* threadlibs *.log cordtst*.tmp
-rm -f *~

gctest$(EXEEXT): tests/gctest.o base_lib $(NODIST_OBJS) $(UTILS)
Expand Down

0 comments on commit 6ec9f46

Please sign in to comment.