This website requires JavaScript.
Explore
Help
Register
Sign in
cirno
/
plan9port
Watch
1
Star
0
Fork
You've already forked plan9port
0
mirror of
https://github.com/9fans/plan9port.git
synced
2025-01-12 11:10:07 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
72efb66636
plan9port
/
unix
/
make
/
Makefile.LIB
6 lines
90 B
Text
Raw
Normal View
History
Unescape
Escape
Build Unix-friendly versions directly from library.
2004-03-01 19:36:29 +00:00
$(LIB): $(OFILES)
$(AR) $(ARFLAGS) $(LIB) $(OFILES)
add ranlib for mac
2005-01-30 16:50:02 +00:00
$(RANLIB) $(LIB)
Build Unix-friendly versions directly from library.
2004-03-01 19:36:29 +00:00
NUKEFILES+=$(LIB)
Reference in a new issue
Copy permalink