Make the default Makefile less destructive: John McCall

llvm-svn: 134375
This commit is contained in:
Howard Hinnant 2011-07-04 14:12:27 +00:00
parent bfb154ad3f
commit 46f7e3f131
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ else
INSTALL_PREFIX="$(SDKROOT)"
endif
help::
echo Use make install DSTROOT=<destination>
installsrc:: $(SRCROOT)
ditto $(SRCDIRS)/include $(SRCROOT)/include