Changed the name of this style too

This commit is contained in:
Crista Lopes
2014-03-14 10:19:21 -07:00
parent 5a51b8db7b
commit 12616871b6
5 changed files with 0 additions and 0 deletions

8
05-pipeline/Makefile Normal file
View File

@@ -0,0 +1,8 @@
CPP_FLAGS=-std=gnu++0x
tf-06: tf-06.cpp
$(CXX) $(CPP_FLAGS) -o $@ $<
.PHONY: clean
clean:
rm tf-06