Skip to content

Instantly share code, notes, and snippets.

@pnkfelix
Last active December 17, 2015 21:19
Show Gist options
  • Save pnkfelix/5674400 to your computer and use it in GitHub Desktop.
Save pnkfelix/5674400 to your computer and use it in GitHub Desktop.
% make clean
rm one
% make one
touch one
% make two
false
make: *** [two] Error 1
% !make
make two
false
make: *** [two] Error 1
one:
touch one
two:
false
clean:
rm one
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment