include ../toprules.make

# XXX ick. for distribution testing, SUBDIRS has to be a 
# subset of DIST_FILES 
SUBDIRS = testgame viz 

all install clean: $(SUBDIRS)

DIST_FILES = testgame viz mapgen

include ../botrules.make
