ref: 75e11492c3d2b5aaeda967fbdf3d31a78d29eef8
parent: db16f46fa7757c6bca1d8a9fdda3a23ede5ccdae
author: Lennart Augustsson <lennart@augustsson.net>
date: Mon Aug 19 13:17:54 EDT 2024
Clean more
--- a/Makefile
+++ b/Makefile
@@ -140,7 +140,7 @@
#
clean:
- rm -rf src/*/*.hi src/*/*.o *.comb *.tmp *~ bin/* a.out $(GHCOUTDIR) tmp/* Tools/*.o Tools/*.hi dist-newstyle generated/*-stage* .mhscache targets.conf .mhscache dist-mcabal cpphssrc
+ rm -rf src/*/*.hi src/*/*.o *.comb *.tmp *~ bin/* a.out $(GHCOUTDIR) tmp/* Tools/*.o Tools/*.hi dist-newstyle generated/*-stage* .mhscache targets.conf .mhscache dist-mcabal cpphssrc Interactive.hs
make clean -f Makefile.emscripten
cd tests; make clean
-cabal clean
--
⑨