diff options
author | John Klug <john.klug@multitech.com> | 2018-04-09 17:19:39 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-04-09 17:25:46 -0500 |
commit | 7d8928245a198ae6625e3c42f452b27b5380205c (patch) | |
tree | ddd5c2d6e83213ea3236fe0964421fc9b343e803 /util/Makefile.am | |
parent | bf97eddfe29544407203edd9d46466e9e3601839 (diff) | |
download | mts-io-7d8928245a198ae6625e3c42f452b27b5380205c.tar.gz mts-io-7d8928245a198ae6625e3c42f452b27b5380205c.tar.bz2 mts-io-7d8928245a198ae6625e3c42f452b27b5380205c.zip |
Add LoRa 2.1 Reset Utility
Diffstat (limited to 'util/Makefile.am')
-rw-r--r-- | util/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/util/Makefile.am b/util/Makefile.am new file mode 100644 index 0000000..e34596a --- /dev/null +++ b/util/Makefile.am @@ -0,0 +1,6 @@ +## Process this file with automake to produce Makefile.in +AUTOMAKE_OPTIONS = gnu +AM_CFLAGS = -Wall + +sbin_PROGRAMS = mts-util-lora2-reset + |