Massive renaming!
This commit is contained in:
8
06-pipeline/Makefile
Normal file
8
06-pipeline/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user