9 lines
73 B
Makefile
9 lines
73 B
Makefile
main:
|
|
|
|
copy:
|
|
ifdef UTT_CONF_DIR
|
|
cp *.conf ${UTT_CONF_DIR}
|
|
endif
|
|
|
|
clean:
|