Cleaned up garbage left behind from my makefile update.
authorEric Mullins <emwine@earthlink.net>
Tue, 14 Jul 2009 04:35:17 +0000 (22:35 -0600)
committerEric Mullins <emwine@earthlink.net>
Tue, 14 Jul 2009 04:35:17 +0000 (22:35 -0600)
winboard/makefile.gcc

index aea08d9..7e7b820 100644 (file)
@@ -12,7 +12,6 @@ OBJS=backend.o book.o gamelist.o lists.o moves.o pgntags.o uci.o zippy.o\
 \r
 # make compiling less spammy\r
 compile = @echo "$1"; $(CC) $(CFLAGS) $1\r
-compile = $(CC) $(CFLAGS) $1\r
 \r
 \r
 # Debugging?\r