summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Jamfile b/Jamfile
index 95dbd238..01c536ab 100644
--- a/Jamfile
+++ b/Jamfile
@@ -5,15 +5,10 @@
#
# http://public.perforce.com/public/jam/src/Jam.html
#
-# Set environment variable BUILD to one of: debug release profile
-#
-# jam -sBUILD=release
-#
SubDir TOP ;
-InstallFile $(BINDIR) : PUBLIC ;
-InstallFile $(BINDIR) : CHANGES ;
+Main hexdump : hexdump.c ;
SubInclude TOP base ;
SubInclude TOP stream ;