diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2013-09-29 19:40:19 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2013-09-29 19:40:19 -0400 |
| commit | 6bdc9d8c6e92ecbe4258fe0386053fc343c51bd9 (patch) | |
| tree | e77eee7e877fc26bb5cf3798a7cbb50527a31d7d /Makefile | |
| parent | ef7a80865f253852f7c7b01f04bc02b695ead67b (diff) | |
| download | lastfm-master.tar.gz | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ clean: pssh $(OPTIONS) -h $(HOSTS) "rm -f *.txt; rm -f *.out" distclean: - rm -f alive.txt deploy_client deploy_libs + rm -f alive.txt deploy_client deploy_libs *.pyc ping: $(ALIVES) pssh $(FOPTIONS) 'python2 --version 2>&1 | grep -E "(2\.6|2\.7)"' |
