initial CVS import
This commit is contained in:
commit
e4d8ca2d45
7 changed files with 294 additions and 0 deletions
11
Makefile
Normal file
11
Makefile
Normal 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
|
Reference in a new issue