Skip to content

Instantly share code, notes, and snippets.

@sehe
Created September 21, 2011 19:09
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 sehe/1233012 to your computer and use it in GitHub Desktop.
Save sehe/1233012 to your computer and use it in GitHub Desktop.
more utility code
all: new
CPPFLAGS+=--std=c++0x
CPPFLAGS+=-g -O3
CPPFLAGS+=-I ~/custom/boost_1_47_0/
new: new.hpp.gch
%.hpp.gch: %.hpp
g++ $(CPPFLAGS) $< -o $@
%: %.cpp
g++ $(CPPFLAGS) $< -o $@
This file has been truncated, but you can view the full file.
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment