diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-15 01:01:21 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-15 01:01:21 +0200 |
commit | 363046c178398593dea33712ba281fb5556541a6 (patch) | |
tree | b15fcb693d884c478889318ade2c77f0569c8f81 /GNUmakefile | |
parent | 9d7f213fbed4baa5d0bafdb8ea6c584cccb1d73f (diff) |
Meta infos for pdf and self$Picture, png function
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index dfea847..52adf68 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -54,7 +54,7 @@ test: build quickcheck: build @echo "Running check..." - "$(R_HOME)/bin/R" CMD check $(TGZ) + "$(R_HOME)/bin/R" CMD check $(TGZ) --no-tests @echo "DONE." check: build |