include ../Makefile.global

all:

clean:

install:
	mkdir -p $(WORKDIR)/maps
	cp -rf default custom bth maps $(WORKDIR)/maps
