From 0159084ce958aeb1ba7ffb74ded51a9e4c5bb457 Mon Sep 17 00:00:00 2001 From: Keiji Muraishi Date: Wed, 31 Mar 2010 17:09:00 +0900 Subject: [PATCH] fix typo in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 267415c..e06794d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ all: - python setup_dev.py build_ext -i -f + python setup.py build_ext -i -f python setup.py build sdist .PHONY: test