about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 06b2fe1..c978f0f 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,12 +1,9 @@
 all::
 RSYNC_DEST := bogomips.org:/srv/bogomips/ruby-wordexp
-rfproject := qrp
 rfpackage := wordexp
 pkg_extra = doc/api.txt
 include pkg.mk
 
-check: test
-
 doc/api.txt: RI = ri -w 78 -f rdoc --no-pager -d doc/ri --no-standard-docs
 doc/api.txt: $(ext_src)
         rdoc -r -o doc/ri $(ext_src)