X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=39862c9a0cb4833831604bdb5c6aeb9bcafaff2b;hb=d2f1a6ab443b86a42e9fd28a19ebdbcf729a5d51;hp=1435f526e530aaaa61d0b2819001fb952fb47e13;hpb=d05988274bf2ff6274e2c874976681aa989b7d89;p=cyberay diff --git a/Makefile b/Makefile index 1435f52..39862c9 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,10 @@ bin = cyberay opt = -O3 -ffast-math dbg = -g warn = -pedantic -Wall +inc = -Ilibs -CFLAGS = $(warn) $(opt) $(dbg) -pthread -MMD -LDFLAGS = $(libgl) -lm -pthread +CFLAGS = $(warn) $(opt) $(dbg) -pthread -MMD $(inc) +LDFLAGS = $(libgl) -lm -pthread -limago libgl = -lGL -lGLU -lglut