plan9port/unix/make/Makefile.LIB

5 lines
72 B
Text
Raw Normal View History

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