Skip to content
Snippets Groups Projects
Commit 747b47cc authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Add leading Usage comments to make.*

parent b4b3dab8
No related branches found
No related tags found
No related merge requests found
@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
......
#!/bin/sh
# Usage: ./make.sh [keyword=argument ...] <command>
# See the Makefile for the list of acceptable keyword arguments
here="$(dirname $0)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment