X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=Makefile;h=0fc7e973bb463b834a25b5a811be010311b90beb;hb=16b8c35b3b3df5d47bbec1ffc79ddfa711a74ed1;hp=3a89b008d1010a47c79fe32e6abcdc6e628a8199;hpb=98882f6f19a4e239e56d6eb5db453c97b64338fe;p=censuslogo diff --git a/Makefile b/Makefile index 3a89b00..0fc7e97 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,8 @@ ifeq ($(sys), mingw) ldflags_sys = -lmingw32 -mconsole -lfreeglut_static -lopengl32 -lglu32 -lgdi32 -lwinmm else - src_main = src/main_glut.c - ldflags_sys = -lGL -lGLU -lglut + src_main = src/main_x11.c + ldflags_sys = -lGL -lGLU -lX11 endif $(bin): $(obj)