Added appropriate make install target.
--- a/INSTALL Wed Aug 01 10:34:14 2001 +0000
+++ b/INSTALL Tue Aug 07 02:56:50 2001 +0000
@@ -7,9 +7,7 @@
That's it. The library will be sitting in a new directory called "bin".
-Coming soon: "make install".
+Run "make install" to install the library for use on your system.
--ryan. (icculus@clutteredmind.org)
-
-
--- a/Makefile Wed Aug 01 10:34:14 2001 +0000
+++ b/Makefile Tue Aug 07 02:56:50 2001 +0000
@@ -289,7 +289,7 @@
msbins: win32bins
win32bins: clean all
- echo -e "\r\n\r\n\r\nHEY YOU.\r\n\r\n\r\nTake a look at README-win32bins.txt FIRST.\r\n\r\n\r\n--ryan. (icculus@linuxgames.com)\r\n\r\n" |zip -9rz ../physfs-win32bins-$(shell date +%m%d%Y).zip $(MAINLIB) $(EXTRAPACKAGELIBS) README-win32bins.txt
+ echo -e "\r\n\r\n\r\nHEY YOU.\r\n\r\n\r\nTake a look at README-win32bins.txt FIRST.\r\n\r\n\r\n--ryan. (icculus@clutteredmind.org)\r\n\r\n" |zip -9rz ../physfs-win32bins-$(shell date +%m%d%Y).zip $(MAINLIB) $(EXTRAPACKAGELIBS) README-win32bins.txt
else