remove -lXmu library; it does not seem to be needed
This commit is contained in:
parent
0b030e341f
commit
cb4849e642
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
CFLAGS := -Wall
|
CFLAGS := -Wall
|
||||||
LDFLAGS := -lglut -lGL -lGLU -lXmu -lXext -lXi -lX11 -lm
|
LDFLAGS := -lglut -lGL -lGLU -lXext -lXi -lX11 -lm
|
||||||
TARGET := cube
|
TARGET := cube
|
||||||
OBJS := cube.o
|
OBJS := cube.o
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user