Skip to content

Commit

Permalink
Added appropriate make install target.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 7, 2001
1 parent 59fcdfa commit 5e7a3e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions INSTALL
Expand Up @@ -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)



2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 5e7a3e4

Please sign in to comment.