aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e304426..00e18a3 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,9 @@ endif
8test: 8test:
9 python test.py 9 python test.py
10 10
11test_acceptance:
12 python test_acceptance.py
13
11run: 14run:
12 python portfolio.py 15 python portfolio.py
13 16