diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 61478d4..0000000 --- a/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -all: boostrap run - -boostrap: - wget http://thibaut.horel.org/facebook/facebook.tar.gz - tar -xzf facebook.tar.gz - -run: - celery -A tasks --concurrency=1 worker -l info |
