utt/app/conf/Makefile

9 lines
73 B
Makefile
Raw Normal View History

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