# bin/Makefile

# subdir level:
#
depth = ..
#

build = ./$(depth)/lily/$(outdir)/.build

# generic stuff/Makefile
#
include ./$(depth)/make/Stuff.make
#

# list of distribution files:
# 
SCRIPTS = clearlily cpgento genheader make_patch make_version make_website
DISTFILES = Makefile $(SCRIPTS)
#

