From 5e7a3e4ad53b5f4df5b6e201731c4470314da4cb Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 7 Aug 2001 02:56:50 +0000 Subject: [PATCH] Added appropriate make install target. --- INSTALL | 4 +--- Makefile | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 599871f9..02476481 100644 --- a/INSTALL +++ b/INSTALL @@ -7,9 +7,7 @@ run "make" 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) - - diff --git a/Makefile b/Makefile index c13df036..b7eb3233 100644 --- a/Makefile +++ b/Makefile @@ -289,7 +289,7 @@ ifeq ($(strip $(cygwin)),true) 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