1
0
Fork 0
mirror of https://github.com/9fans/plan9port.git synced 2025-01-18 11:30:03 +00:00
plan9port/unix/make/Makefile.LIB
2005-01-30 16:50:02 +00:00

5 lines
90 B
Text

$(LIB): $(OFILES)
$(AR) $(ARFLAGS) $(LIB) $(OFILES)
$(RANLIB) $(LIB)
NUKEFILES+=$(LIB)