diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ test_R: $(MAKE) -C $(R_DIR) test test_python: - $(MAKE) -c $(PYTHON_DIR) test + $(MAKE) -C $(PYTHON_DIR) test ############ # Clean up # |
![]() |
index : SyncRNG | |
| Generate the same random numbers in R and Python | deploy |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | Makefile | 2 |
@@ -29,7 +29,7 @@ test_R: $(MAKE) -C $(R_DIR) test test_python: - $(MAKE) -c $(PYTHON_DIR) test + $(MAKE) -C $(PYTHON_DIR) test ############ # Clean up # |