From 7d8928245a198ae6625e3c42f452b27b5380205c Mon Sep 17 00:00:00 2001 From: John Klug Date: Mon, 9 Apr 2018 17:19:39 -0500 Subject: Add LoRa 2.1 Reset Utility --- util/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 util/Makefile.am (limited to 'util/Makefile.am') 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 + -- cgit v1.2.3