utt/app/conf/Makefile

9 lines
73 B
Makefile

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