diff options
Diffstat (limited to 'gdb/testsuite/gdb.go/Makefile.in')
-rw-r--r-- | gdb/testsuite/gdb.go/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.go/Makefile.in b/gdb/testsuite/gdb.go/Makefile.in index dfce2d6..6a1a895 100644 --- a/gdb/testsuite/gdb.go/Makefile.in +++ b/gdb/testsuite/gdb.go/Makefile.in @@ -12,6 +12,7 @@ clean mostlyclean: -find . -name '*.o' -print | xargs rm -f -find . -name '*.ali' -print | xargs rm -f -rm -f *~ a.out + -rm -f *.dwo *.dwp -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES) distclean maintainer-clean realclean: clean |