projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a315e02
)
Cleaned up garbage left behind from my makefile update.
author
Eric Mullins
<emwine@earthlink.net>
Tue, 14 Jul 2009 04:35:17 +0000 (22:35 -0600)
committer
Eric Mullins
<emwine@earthlink.net>
Tue, 14 Jul 2009 04:35:17 +0000 (22:35 -0600)
winboard/makefile.gcc
patch
|
blob
|
history
diff --git
a/winboard/makefile.gcc
b/winboard/makefile.gcc
index
aea08d9
..
7e7b820
100644
(file)
--- a/
winboard/makefile.gcc
+++ b/
winboard/makefile.gcc
@@
-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