aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorRobin Haberkorn <rhaberkorn@fmsbw.de>2026-04-03 00:32:20 +0200
committerRobin Haberkorn <rhaberkorn@fmsbw.de>2026-04-03 00:32:20 +0200
commitb286ad5334eaad82f85c759ee00a36678db7cb17 (patch)
tree3ef47aca83a365b5266efe7543f42e4cd4b93ff8 /lib/Makefile.am
parentd456b21d604c7a252d630b132dfa5b4f6b67d4fc (diff)
* This is a gimmick pseudo-game for driving a tank around your buffer. * The tank is "animated" and crushes non-space characters it drives over. * When shooting, it deletes characters that get hit. * When escaping, the tank explodes and leaves a "crater" behind.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 0da616a..04e83ad 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,5 +1,5 @@
dist_scitecolib_DATA = color.tes lexer.tes session.tes opener.tes \
- fnkeys.tes string.tes getopt.tes
+ fnkeys.tes string.tes getopt.tes tank.tes
# Standalone scripts.
# These are not installed via _SCRIPTS as it would add the --program-prefix.