summaryrefslogtreecommitdiffstats
path: root/tmake/example/wc.t
diff options
context:
space:
mode:
Diffstat (limited to 'tmake/example/wc.t')
-rw-r--r--tmake/example/wc.t6
1 files changed, 0 insertions, 6 deletions
diff --git a/tmake/example/wc.t b/tmake/example/wc.t
deleted file mode 100644
index dc041b5..0000000
--- a/tmake/example/wc.t
+++ /dev/null
@@ -1,6 +0,0 @@
-#! Template that count number of C++ lines
-The number of C++ code lines for #$ $text=$project_name;
-#${
- $files = $project{"HEADERS"} . " " . $project{"SOURCES"};
- $text = `wc -l $files`;
-#$}