X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=Makefile;h=cf92b54a2c83ec130bf8ddff7ccb36891302eb6e;hp=1b6a3c68f0c148f69ac73ccb0619e4485e90524d;hb=0ec72cef7e2c38d38769eeb2660bc63caa6fec61;hpb=bcd46b8f4ee0d9b5ed6d983793f962ff66efa3aa diff --git a/Makefile b/Makefile index 1b6a3c6..cf92b54 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ LIBGL := -lGL -lGLU LIBSDL := `sdl-config --libs` -LIBS := ${LIBSDL} ${LIBGL} +LIBS := ${LIBSDL} ${LIBGL} -lpg OPTFLAGS := -O2 DBGFLAGS := -ggdb