summaryrefslogtreecommitdiff
path: root/src/client/Makefile
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-07-04 19:16:27 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-07-04 19:16:27 +0000
commit247baf298bf2425fd91297ea18d716e714cb3dc5 (patch)
treecfe9277e1d8086d2b38b13f2caf75dea4b73c41e /src/client/Makefile
parent157e2a29828f2ddbdf32e1c9e565b13e5e732e34 (diff)
- podpora bigAren :-)
- radar git-svn-id: http://opensvn.csie.org/tuxanci_ng@90 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/client/Makefile')
-rw-r--r--src/client/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/Makefile b/src/client/Makefile
index c5637ea..f8fee47 100644
--- a/src/client/Makefile
+++ b/src/client/Makefile
@@ -1,6 +1,6 @@
-all: client.o configFile.o font.o game.o image.o interface.o keytable.o language.o layer.o panel.o screen.o term.o
+all: client.o configFile.o font.o game.o image.o interface.o keytable.o language.o layer.o panel.o radar.o screen.o term.o
client.o: client.c client.h
$(CC) $(CFLAGS) -o client.o -c client.c
@@ -26,6 +26,8 @@ layer.o: layer.c layer.h
panel.o: panel.c panel.h
$(CC) $(CFLAGS) -o panel.o -c panel.c
+radar.o: radar.c radar.h
+ $(CC) $(CFLAGS) -o radar.o -c radar.c
screen.o: screen.c screen.h
$(CC) $(CFLAGS) -o screen.o -c screen.c