about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
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