From e269e326d30faf2d4dbbf0b4920cb2ccbbb052db Mon Sep 17 00:00:00 2001
From: David Hendriks <davidhendriks93@gmail.com>
Date: Sun, 17 Nov 2019 14:24:00 +0000
Subject: [PATCH] initial commit to properly structure this code

---
 Makefile | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Makefile b/Makefile
index c9c00e654..679099833 100644
--- a/Makefile
+++ b/Makefile
@@ -2,10 +2,17 @@
 
 # you will need to set the BINARY_C variable to point
 # to the root binary_c directory
+
+# https://stackoverflow.com/questions/30573481/path-include-and-src-directory-makefile/30602701#30602701
 ifeq ($(BINARY_C),)
   $(error BINARY_C is not set)
 endif
 
+SRC_DIR = src
+
+
+
+
 
 CC      := gcc
 LD      := gcc
-- 
GitLab