summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8a85f6d..6c0f3f2 100644
--- a/Makefile
+++ b/Makefile
@@ -22,5 +22,5 @@ release: clean
test: clean
python setup.py install
- cd ~; ipython qtconsole --kernel=scilab
+ cd ~; ipython qtconsole --kernel scilab
make clean