ref: b99f42232b1640f6c0fe17becba28e62e2c932ce
dir: /sys/src/cmd/unix/drawterm/gui-x11/Makefile/
ROOT=.. include ../Make.config LIB=libgui.a OFILES=\ x11.$O\ keysym2ucs-x11.$O default: $(LIB) $(LIB): $(OFILES) $(AR) r $(LIB) $(OFILES) $(RANLIB) $(LIB)