1# Nasty hack so that make clean works without configure being run 2CONFIG_MK?=$(shell test -e config.mk && echo config.mk || echo config-null.mk) 3 4include Makefile 5