3 lines
66 B
Makefile
3 lines
66 B
Makefile
|
all:
|
||
|
gcc dsimple.c xprop.c -o xprop -lXmu -lX11 -L/usr/X11R6/lib
|