diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2014-10-24 12:16:51 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2014-10-24 12:16:51 -0400 |
| commit | ece1d828d53d6123fcecb5ea8bf9b126d1728ccc (patch) | |
| tree | b669382d0e5f1234556d1aeb7fa919891510b24d /facebook_analysis/Makefile | |
| parent | 7426d8ff0e7969eb1a86bdb5bec8a0c971309e2b (diff) | |
| download | fast-seeding-ece1d828d53d6123fcecb5ea8bf9b126d1728ccc.tar.gz | |
Add code
Diffstat (limited to 'facebook_analysis/Makefile')
| -rw-r--r-- | facebook_analysis/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/facebook_analysis/Makefile b/facebook_analysis/Makefile new file mode 100644 index 0000000..e3df848 --- /dev/null +++ b/facebook_analysis/Makefile @@ -0,0 +1,3 @@ +all: + python2 setup.py build_ext --inplace + cython2 -a ads.pyx |
