SHELL=/bin/sh
MAKE=make

config.h: ../config/system ../config/site
	./build

install:

lint:

clean:

distclean:
	rm -f config.h
