From 1c2dcd1125d4a542a7b4b291e8de1f3b3cdc86a0 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 30 Jul 2015 18:48:58 +0200 Subject: By passing numbers between R and C as doubles we can avoid the limitations of the R integer type. This allows us to create a uniform RNG. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index da2d612..a057166 100644 --- a/Makefile +++ b/Makefile @@ -14,5 +14,4 @@ R: clean: rm -rf build - rm -f *.so *.o - rm *.pyc + rm -f *.so *.o *.pyc -- cgit v1.2.3