about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-08-24 09:54:45 +0000
committerEric Wong <normalperson@yhbt.net>2013-08-24 09:54:45 +0000
commit3e09ac0c10c95bb24a08af62393b4f761e2743d0 (patch)
tree778dffa2ba8798503fc047db0feef6d65426ea22 /GNUmakefile
downloaddtas-3e09ac0c10c95bb24a08af62393b4f761e2743d0.tar.gz
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
new file mode 100644
index 0000000..a0f83f5
--- /dev/null
+++ b/GNUmakefile
@@ -0,0 +1,17 @@
+all::
+RSYNC_DEST := 80x24.org:/srv/dtas/
+rfproject := dtas
+rfpackage := dtas
+include pkg.mk
+
+check: test
+coverage: export COVERAGE=1
+coverage:
+        > coverage.dump
+        $(MAKE) check
+        $(RUBY) ./test/covshow.rb
+
+RSYNC = rsync --exclude '*.html' --exclude '*.html.gz' \
+        --exclude images --exclude '*.css' --exclude '*.css.gz' \
+        --exclude created.* \
+        --exclude '*.ri' --exclude '*.ri.gz' --exclude ri