summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid McMackins II <contact@mcmackins.org>2016-06-01 22:14:23 -0500
committerDavid McMackins II <contact@mcmackins.org>2016-06-01 22:14:23 -0500
commit346084759039c6aba5630d3e790a62b51c274fb2 (patch)
tree2e1935bafeaebc3d024a2d8493bd512af901d4b3
parent11515f61e0a31f7a4fc94b4b1d2abb93e86d20b2 (diff)
Remove unused include path flag
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1d23d31..093efda 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CC=sdcc -mgbz80
AR=ar
-COMPILE=$(CC) $(CFLAGS) -Iinclude -c
+COMPILE=$(CC) $(CFLAGS) -c
all: lib