Skip to content

Instantly share code, notes, and snippets.

@phwd
Created November 10, 2010 19:46
Show Gist options
  • Save phwd/671389 to your computer and use it in GitHub Desktop.
Save phwd/671389 to your computer and use it in GitHub Desktop.
Makefile for meepmeep.cpp
meepmeep: meepmeep.cpp Makefile
$(CXX) -o $@ $<
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment