8 lines
122 B
Makefile
8 lines
122 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
bin_SCRIPTS = lcdmetar.pl
|
|
|
|
EXTRA_DIST = $(bin_SCRIPTS)
|
|
|
|
## EOF
|