aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 22a9fe1..e3002c5 100644
--- a/Makefile
+++ b/Makefile
@@ -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 #