utt/_old/app/conf/Makefile
2009-10-17 14:48:21 +02:00

9 lines
73 B
Makefile

main:
copy:
ifdef UTT_CONF_DIR
cp *.conf ${UTT_CONF_DIR}
endif
clean: