diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-10 21:03:20 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-10 21:03:20 +0000 |
commit | a1f2bea42032ab227ac0750858b72708498183c0 (patch) | |
tree | 445d61fae28b5be330f0445055eefec3a56eb79e /games/Makefile | |
parent | ab7d6a3dfadf9155bfdd8ee809214166fb507804 (diff) | |
download | ports-a1f2bea42032ab227ac0750858b72708498183c0.tar.gz ports-a1f2bea42032ab227ac0750858b72708498183c0.zip |
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 <alejandro@varnet.biz>
Notes
Notes:
svn path=/head/; revision=144864
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |