X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=antikythera;a=blobdiff_plain;f=Makefile;fp=Makefile;h=228e095b44286932e9e5233648f07b6def25d0af;hp=616c71b95da9c0072cdcde70956b60251916574a;hb=403be7663d7412d0937b1f611b63363213bb3766;hpb=caee16904b985501cff521557c9ab487d2d96a91 diff --git a/Makefile b/Makefile index 616c71b..228e095 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,9 @@ obj = $(src:.cc=.o) $(csrc:.c=.o) dep = $(obj:.o=.d) bin = anti -CFLAGS = -pedantic -Wall -g -CXXFLAGS = -std=c++11 -pedantic -Wall -g -LDFLAGS = $(libgl_$(sys)) -lm -lgmath -lvmath -limago -lresman -lpthread +CFLAGS = -pedantic -Wall -g -I/usr/local/include +CXXFLAGS = -std=c++11 -pedantic -Wall -g -I/usr/local/include +LDFLAGS = -L/usr/local/lib $(libgl_$(sys)) -lm -lgmath -lvmath -limago -lresman -lpthread sys = $(shell uname -s) libgl_Linux = -lGL -lGLU -lglut -lGLEW