diff --git a/Makefile b/Makefile index 1f628380..ee1b7af2 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ CFLAGS=-W -Wall -Wno-unused -DHAVE_NETINET_IN_H -DHAVE_ARPA_INET_H -DFINAL_VERSI CXXFLAGS=${CFLAGS} ASM=nasm ASMFLAGS=-w-orphan-labels -f elf -DELF -O1 -Isrc/ -LFLAGS=-lz -lpng `sdl-config --libs` +LFLAGS=-lz -lpng -lopengl32 `sdl-config --libs` STRIP=strip -s DEL=rm -f OE=.o