ref: b7cd7074c00f15df5b30eee0e0a1b216839646ad
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