freebsd-ports/games/gnurobots/files/patch-aa
Will Andrews 5321816733 Add gnurobots 1.0D, a game/diversion where you construct a program for a
little robot, then set him loose and watch him explore a world on his own.
It is written in Scheme and implemented using Guile.

PR:		21482
Submitted by:	Aaron VonderHaar <avh4@crosswinds.net>
2000-10-28 01:29:09 +00:00

12 lines
275 B
Plaintext

--- src/Makefile.in Sun Jun 18 11:26:24 2000
+++ src/Makefile.in Fri Sep 22 01:12:42 2000
@@ -17,7 +17,7 @@
# Macros:
-SOURCES=api.c sign.c loadmap.c drawmap.c
+SOURCES=api.c sign.c loadmap.c drawmap.c getopt.c getopt1.c
OBJECTS=$(SOURCES:.c=.o)
CFLAGS_X=@X_CFLAGS@