From 747b47cce99e80fb63c6345eedb9f20d3e7cabfc Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Tue, 25 Aug 2015 11:59:26 -0400 Subject: [PATCH] Add leading Usage comments to make.* --- make.bat | 2 ++ make.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/make.bat b/make.bat index 8ab06eb4..b2dcecc9 100644 --- a/make.bat +++ b/make.bat @@ -1,4 +1,6 @@ @echo off +:: Usage: ./make.sh [keyword=argument ...] <command> +:: See the Makefile for the list of acceptable keyword arguments set here=%~dp0 set header_lisp=header.lisp diff --git a/make.sh b/make.sh index 3ddace4a..1ccb42e6 100755 --- a/make.sh +++ b/make.sh @@ -1,4 +1,6 @@ #!/bin/sh +# Usage: ./make.sh [keyword=argument ...] <command> +# See the Makefile for the list of acceptable keyword arguments here="$(dirname $0)" -- GitLab