ref: 5eaaeb08c5ea01c7c0d0473c2b95462536e6bc25 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