X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=tools%2Fgltest%2FMakefile;h=9eec850519c0b9078aa5d129733f4894084524bc;hp=74a02033c9d1c5f5f7abffca15e9bfc723a1b903;hb=e5393153629cb39ea6af0ca4a35370442127c5c2;hpb=1fc50fb52faab54b3d5e160d3765d866c6cf173a diff --git a/tools/gltest/Makefile b/tools/gltest/Makefile index 74a0203..9eec850 100644 --- a/tools/gltest/Makefile +++ b/tools/gltest/Makefile @@ -15,7 +15,7 @@ incpath = -I$(root)/src libpath = -L$(root)/libs/imago -L$(root)/libs/mikmod CFLAGS = -pedantic -Wall -g $(incpath) -LDFLAGS = -lGL -lGLU -lglut -lm -limago -lmikmod +LDFLAGS = $(libpath) -lGL -lGLU -lglut -lm -limago -lmikmod $(bin): $(obj) $(CC) -o $@ $(obj) $(LDFLAGS)