Remove dev option in Makefile
authorLingchaoX Xin <lingchaox.xin@intel.com>
Tue, 16 Apr 2013 08:33:02 +0000 (16:33 +0800)
committerLingchaoX Xin <lingchaox.xin@intel.com>
Tue, 16 Apr 2013 08:35:26 +0000 (16:35 +0800)
Since its' support is removed from 09bb35e

Change-Id: I48eeb4d9eeb264a6d84050376a8793685c9261a7

Makefile

index 49551d4..275b66d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -45,9 +45,6 @@ docs: man html pdf
 install: all
        python setup.py install --prefix=${PREFIX}
 
-dev: all
-       python setup.py develop --prefix=${PREFIX}
-
 clean:
        rm -rf build/
        rm -rf dist/