Archived
1
0
Fork 0
This repository has been archived on 2019-12-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
cscape/Makefile

12 lines
182 B
Makefile
Raw Normal View History

2002-05-20 11:07:54 +00:00
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