Browse Source

* target clean also removes .libs/

master
Richard Kreckel 24 years ago
parent
commit
22a894d274
  1. 1
      benchmarks/Makefile.in

1
benchmarks/Makefile.in

@ -102,6 +102,7 @@ mostlyclean : clean
clean : force
$(RM) *.s *.o *.a $(PROGRAMS) a.out core
$(RM) -r .libs _libs
distclean : clean
$(RM) config.status config.log config.cache Makefile

Loading…
Cancel
Save