summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2017-05-11 14:21:39 -0400
committerPaul Duncan <pabs@pablotron.org>2017-05-11 14:21:39 -0400
commit62055dc7863169ad5522bfc2b9fb4fa3ac6c6d1f (patch)
tree670cf6d1c7c1aa0f5d9b6146362d5fcf67b0262a /Makefile
parent02dbb120fa4e1d1ad47d98807552d7c036fd2907 (diff)
downloadcompute-test-62055dc7863169ad5522bfc2b9fb4fa3ac6c6d1f.tar.bz2
compute-test-62055dc7863169ad5522bfc2b9fb4fa3ac6c6d1f.zip
switch from glfw to sdl2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cb1ae8e..46cebbd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CFLAGS=-std=c11 -W -Wall -pedantic -O2
APP=compute-test
-LIBS=-lglfw -lGLEW -lGL
+LIBS=-lSDL2 -lGLEW -lGL
OBJS=main.o
.PHONY=all clean test