Browse Source

Installation of interpreters should be done from global action file

ceriel 36 years ago
parent
commit
0f63db8dd0
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Action

+ 4 - 0
Action

@@ -185,6 +185,10 @@ end
 name "Pascal frontend"
 dir lang/pc/pem
 end
+name "Motorola 68000 interpreters"
+system "m68*|sun*"
+dir mach/mantra/int
+end
 name "EM interpreter in C"
 dir util/int
 end