SHELL=/bin/sh
MAKE=make

all: default

Makefile.local: ../config/system ../config/site
	./build

default: Makefile.local
	$(MAKE) -f Makefile.local

install:

lint:

clean:

distclean: Makefile.local
	$(MAKE) -f Makefile.local distclean
