6 lines
137 B
Plaintext
6 lines
137 B
Plaintext
# X11 includes and libraries in the standard location
|
|
#
|
|
XFLAGS =
|
|
XINC = $(XFLAGS) -I/usr/include/X11
|
|
XLIBS = -lXext -lX11
|