ref: 2ad858a3ea07af04c3a897148238954fae923e80
dir: /gui-win32/Makefile/
ROOT=.. include ../Make.config LIB=libgui.a OFILES=\ screen.$O\ r16.$O default: $(LIB) $(LIB): $(OFILES) $(AR) r $(LIB) $(OFILES) $(RANLIB) $(LIB) %.$O: %.c $(CC) $(CFLAGS) $*.c