# The probe is plain Xlib on purpose: an X11 or Xwayland desktop already has
# the library, so the machine being measured needs no toolkit and no rebuild of
# anything else.
g2g_probe: g2g_probe.c
	cc -O2 -o g2g_probe g2g_probe.c -lX11

clean:
	rm -f g2g_probe
