Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/build/pkgs/atlas/patches/Makefile.patch
8818 views
1
--- src/CONFIG/src/Makefile 2012-06-23 17:27:27.000000000 +0100
2
+++ new/CONFIG/src/Makefile 2012-06-24 03:05:52.043151077 +0100
3
@@ -580,6 +580,6 @@
4
confclean: $(CLEANdep)
5
rm -f *core* *.o config?.out
6
clean : $(CLEANdep)
7
- rm -f *.o x* config?.out *core*
8
+ rm -rf *.o x* config?.out *core*
9
cleanall: clean
10
$(MAKE) -f Make.top clean
11
12