Skip to content

Instantly share code, notes, and snippets.

@andrewp-as-is
Last active July 18, 2021 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewp-as-is/e651c137c698cfeff81666aaefcc014f to your computer and use it in GitHub Desktop.
Save andrewp-as-is/e651c137c698cfeff81666aaefcc014f to your computer and use it in GitHub Desktop.
Makefile.command
all:
echo hello world
#!/usr/bin/env bash
{ set +x; } 2>/dev/null
{ set -x; cd "${BASH_SOURCE[0]%/*}" || exit; { set +x; } 2>/dev/null; } 2>&1
( set -x; make )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment