diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2014-11-22 21:08:41 -0500 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2014-11-22 21:08:41 -0500 |
| commit | 36eb1fee5492e57368846cbf4e107f1e4cb31589 (patch) | |
| tree | 6380028284779e10d01fb9ff51f3c561ae9ce57c /facebook_analysis/Makefile | |
| parent | 4f7d4804234f5515a4dded8b05d9568653b7ae3c (diff) | |
| download | fast-seeding-36eb1fee5492e57368846cbf4e107f1e4cb31589.tar.gz | |
WWW version
Diffstat (limited to 'facebook_analysis/Makefile')
| -rw-r--r-- | facebook_analysis/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/facebook_analysis/Makefile b/facebook_analysis/Makefile index e3df848..0b011a2 100644 --- a/facebook_analysis/Makefile +++ b/facebook_analysis/Makefile @@ -1,3 +1,7 @@ all: python2 setup.py build_ext --inplace cython2 -a ads.pyx + +clean: + python2 setup.py clean + rm ads.c ads.html ads.so |
