config-make:
	@chmod a+rx get-config.make
	@./get-config.make > config.make
clean:
	@rm -f *~ 
distclean: clean
	@rm -f get-config.make config.make
