Skip to content

Instantly share code, notes, and snippets.

@sergeykish
Created January 12, 2011 15:24
Show Gist options
  • Save sergeykish/776289 to your computer and use it in GitHub Desktop.
Save sergeykish/776289 to your computer and use it in GitHub Desktop.
make with default rules
int
main()
{
return 0;
}
$ make
cc example.c -o example
$
all: example
term% ape/psh
$ make
Make: Don't know how to make example. Stop.
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment