xref: /plan9/sys/src/cmd/unix/drawterm/gui-x11/Makefile (revision 96cbc34f1b36a29efdcfd47b10e70703a690febc)
1ROOT=..
2include ../Make.config
3LIB=libgui.a
4
5OFILES=\
6	x11.$O\
7	keysym2ucs-x11.$O
8
9default: $(LIB)
10$(LIB): $(OFILES)
11	$(AR) r $(LIB) $(OFILES)
12	$(RANLIB) $(LIB)
13
14