Skip to content

Instantly share code, notes, and snippets.

@jcppkkk
Forked from shafreeck/Makefile
Created June 5, 2012 13:18
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 jcppkkk/2874922 to your computer and use it in GitHub Desktop.
Save jcppkkk/2874922 to your computer and use it in GitHub Desktop.
Makefile example
all: hello
hello: hello.h
g++ -o hello hello.cpp
clean:
rm *.o hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment