ref: 07a91e613de9ffe704d213bb25bcc40fdaf01c99
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)