diff playercode/Makefile @ 22:d9f79436e0af default tip

Makefile Add ranlib for the library
author darius
date Fri, 24 Apr 1998 08:05:26 +0000
parents 990c9dadb348
children
line wrap: on
line diff
--- a/playercode/Makefile	Fri Apr 24 08:04:39 1998 +0000
+++ b/playercode/Makefile	Fri Apr 24 08:05:26 1998 +0000
@@ -34,6 +34,7 @@
 	$(LoaderObjs) $(DriverObjs) $(PlayerObjs)
 	ar r $(Lib_file) stream.o virtch.o munitrk.o \
         $(LoaderObjs) $(PlayerObjs) $(DriverObjs)
+	ranlib $(Lib_file)
 
 clean:
 	rm *.o