home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
games
/
volume15
/
xstratego
/
part04
/
Makefile
< prev
Wrap
Makefile
|
1993-01-27
|
269b
|
14 lines
OBJS= main.o init.o callback.o dialog.o setup.o socket.o message.o play.o \
buzz.o register.o
CFLAGS= -O -I.
TARGET=xstratego
LIBS=-L/usr/lib/X11 -lXaw -lXmu -lXt -lX11 -lXext
$(TARGET): $(OBJS)
cc -g $(OBJS) -o $(TARGET) $(LIBS)
$(OBJS): stratego.h buzz.h