Skip to content

Instantly share code, notes, and snippets.

@hegge
Created March 24, 2010 11:19
Show Gist options
  • Save hegge/342195 to your computer and use it in GitHub Desktop.
Save hegge/342195 to your computer and use it in GitHub Desktop.
all: program run plot
.PHONY: run plot
program: file.c
gcc -o program file.c
run:
./program
plot:
gnuplot plotfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment