aboutsummaryrefslogtreecommitdiffstats
path: root/template_test/Makefile
diff options
context:
space:
mode:
authoripknHama <ipknhama@gmail.com>2014-08-07 01:18:33 +0900
committeripknHama <ipknhama@gmail.com>2014-08-07 01:18:33 +0900
commit031615ac866cc3c8f1900dd4b4aae2106ad31230 (patch)
treeb8b7206ffbd2043368580ec269c97436929fe452 /template_test/Makefile
parenta0c93f5b84cc11b30bc6320ac26127832ef8bf7a (diff)
downloadcrow-031615ac866cc3c8f1900dd4b4aae2106ad31230.tar.gz
crow-031615ac866cc3c8f1900dd4b4aae2106ad31230.zip
source resturcturing + CMake
Diffstat (limited to 'template_test/Makefile')
-rw-r--r--template_test/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/template_test/Makefile b/template_test/Makefile
deleted file mode 100644
index ad0d49b..0000000
--- a/template_test/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all:
- $(CXX) -Wall -std=c++11 -g -o mustachetest mustachetest.cc
-.PHONY: clean
-clean:
- rm -f mustachetest *.o