TOP=../..
include $(TOP)/configure/CONFIG

DB += test.db

include $(TOP)/configure/RULES

$(COMMON_DIR)/test.db:
	touch $@

