Archived
1
0
Fork 0

initial CVS import

This commit is contained in:
neingeist 2002-05-20 11:07:54 +00:00
commit e4d8ca2d45
7 changed files with 294 additions and 0 deletions

11
Makefile Normal file
View file

@ -0,0 +1,11 @@
LDFLAGS=`sdl-config --libs`
CFLAGS=-g `sdl-config --cflags`
all: cscape maptest
cscape: map.o mapcolors.o sdl.o
maptest: map.o mapcolors.o sdl.o
clean:
rm -f *.o maptest cscape