LibraryDefinition.st
changeset 23458 4f874be4beb2
parent 23122 eb0d57c1bf36
child 23856 abae14e3afa9
--- a/LibraryDefinition.st	Tue Oct 23 18:50:05 2018 +0200
+++ b/LibraryDefinition.st	Tue Oct 23 18:50:07 2018 +0200
@@ -500,7 +500,7 @@
 %(TAB)-rm -f *.s *.s2
 
 clean::
-%(TAB)-rm -f *.o *.H
+%(TAB)-rm -f *.$(O) *.$(H)
 
 clobber:: clean
 %(TAB)-rm -f *.so *.dll
@@ -537,6 +537,7 @@
     "Modified: / 24-06-2009 / 21:39:29 / Jan Vrany <vranyj1@fel.cvut.cz>"
     "Modified: / 26-07-2012 / 00:57:29 / cg"
     "Modified: / 03-03-2014 / 12:17:35 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 23-10-2018 / 18:48:16 / Claus Gittinger"
 ! !