summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormajortom6 <tombarrett@siu.edu>2017-02-18 05:42:02 -0600
committermajortom6 <tombarrett@siu.edu>2017-02-18 05:42:02 -0600
commit244010180db98a75062e7bf1ce3541a9e046b06b (patch)
tree1a1de6d211fab63407049a3da5c3da4b0d34b040 /Makefile
parent60bc5dcb19a983e8ae335ba89f860c59473303fb (diff)
made working on different laptop
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f05677a..d080d30 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ CC = g++
COMPILER_FLAGS = -w -I$(DEPS)
-LINKER_FLAGS = -g -lm -lSDL2 -lSDL2_image -std=c++11
+LINKER_FLAGS = -g -lm -lSDL2 -std=c++11
all : $(OBJS)
$(CC) $(OBJS) $(COMPILER_FLAGS) $(LINKER_FLAGS) -o exec