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