From 12d26699f5334d27a1bc92fbad0dad1be51b615c Mon Sep 17 00:00:00 2001
From: John Melton G0ORX <john.d.melton@googlemail.com>
Date: Sun, 23 Feb 2020 13:39:14 +0000
Subject: [PATCH] some cleanup of makefile

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1e6c510..de02c62 100644
--- a/Makefile
+++ b/Makefile
@@ -102,7 +102,7 @@ endif
 
 ifeq ($(GPIO_INCLUDE),GPIO)
   GPIO_OPTIONS=-D GPIO
-  GPIO_LIBS=-lwiringPi -li2c
+  GPIO_LIBS=-lwiringPi
   GPIO_SOURCES= \
   configure.c \
   i2c.c \
-- 
2.45.2