FolderForProjectsDefinition.st
changeset 23857 4f6b0998041f
parent 23457 552eae246267
--- a/FolderForProjectsDefinition.st	Fri Mar 08 12:17:16 2019 +0100
+++ b/FolderForProjectsDefinition.st	Fri Mar 08 12:17:24 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2014 by eXept Software AG
               All Rights Reserved
@@ -150,6 +152,8 @@
 #    make clean   - clean all temp files
 #    make clobber - clean all
 #
+#    export MAKE_ARGS=-j4 ; make
+#
 # This file contains definitions for Unix based platforms.
 # It shares common definitions with the win32-make in Make.spec.
 
@@ -243,7 +247,7 @@
 '
 '
 
-    "Modified: / 23-10-2018 / 18:49:01 / Claus Gittinger"
+    "Modified: / 08-03-2019 / 12:16:52 / Claus Gittinger"
 !
 
 make_dot_spec