diff options
| author | Guillaume Horel <guillaume.horel@serenitascapital.com> | 2016-06-28 15:30:16 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@serenitascapital.com> | 2016-06-28 15:30:16 -0400 |
| commit | 60e49a606ae270fb4d455da1b565e0ea656ffb3c (patch) | |
| tree | ada0b2e8bfa6b5bb4dc8180f7d83ca57572378e5 /Makefile | |
| download | pyisda-60e49a606ae270fb4d455da1b565e0ea656ffb3c.tar.gz | |
initial import
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1ea9bde --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +build: + python setup.py build_ext --inplace |
