From d408f159a57f3ee9c360463434d0c7fc0a0fffe4 Mon Sep 17 00:00:00 2001 From: asami Date: Sat, 16 Nov 1996 12:50:42 +0000 Subject: Add xdino, xpuyo, and xtriangles. --- games/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'games') diff --git a/games/Makefile b/games/Makefile index 33eb8f5a0475..54508d79ec47 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.43 1996/11/03 21:07:05 jfitz Exp $ +# $Id: Makefile,v 1.44 1996/11/09 00:02:53 obrien Exp $ # SUBDIR += acm @@ -18,6 +18,7 @@ SUBDIR += xboard SUBDIR += xboing SUBDIR += xchomp + SUBDIR += xdino SUBDIR += xemeraldia SUBDIR += xevil SUBDIR += xgalaga @@ -36,6 +37,7 @@ SUBDIR += xpacman SUBDIR += xpilot SUBDIR += xpipeman + SUBDIR += xpuyo SUBDIR += xrisk SUBDIR += xripple SUBDIR += xroach @@ -46,6 +48,7 @@ SUBDIR += xsol SUBDIR += xtetris SUBDIR += xtic + SUBDIR += xtriangles SUBDIR += yamsweeper .include -- cgit