diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |