aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2015-07-30 18:48:58 +0200
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2015-07-30 18:48:58 +0200
commit1c2dcd1125d4a542a7b4b291e8de1f3b3cdc86a0 (patch)
tree69f2ecfefa8630655cd09433973730a0a75f0a83 /Makefile
parentfix typos in README (diff)
downloadSyncRNG-1c2dcd1125d4a542a7b4b291e8de1f3b3cdc86a0.tar.gz
SyncRNG-1c2dcd1125d4a542a7b4b291e8de1f3b3cdc86a0.zip
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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