From a1f2bea42032ab227ac0750858b72708498183c0 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 10 Oct 2005 21:03:20 +0000 Subject: The `exhaust' project is a redcode simulator that is (hopefully) easy to embed into your applications, as an alternative to pMARS. By M Joonas Pihlaja. Exhaust-ma is exhaust with some of my optimizations. The interface is exactly the same, but the sourcecode contains heavy optimations in the simulator core. PR: ports/83116 Submitted by: Alejandro Pulver --- games/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'games/Makefile') diff --git a/games/Makefile b/games/Makefile index dc1af1bbaa9f..0ece20f8096f 100644 --- a/games/Makefile +++ b/games/Makefile @@ -145,6 +145,7 @@ SUBDIR += evilfinder SUBDIR += excido SUBDIR += exhaust + SUBDIR += exhaust-ma SUBDIR += exmars SUBDIR += exult SUBDIR += falconseye -- cgit