blob: a3355d6ce5a4d23d706267365547337a3da821ae (
plain)
1
2
3
4
5
6
|
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = gnu
AM_CFLAGS = -Wall
mts_util_lora2_reset_SOURCES = mts_util_lora2_reset.c
sbin_PROGRAMS = mts-util-lora2-reset
|