| commit | b20a902cfc15e04f623b83e8756463540f3e7852 | [log] [tgz] |
|---|---|---|
| author | tierno <alfonso.tiernosepulveda@telefonica.com> | Tue May 22 12:07:05 2018 +0200 |
| committer | tierno <alfonso.tiernosepulveda@telefonica.com> | Thu Aug 30 11:11:22 2018 +0200 |
| tree | 6c0d61e41b22231d7e2f9dd6ca40fc87adda71ff | |
| parent | 347bed3b9dc1fc0681e63c6eea2e79b7c9e3f880 [diff] [blame] |
adding flake 8 test Change-Id: Ieeb1621aa615075ee16fe1b41a77a589b6e30784 Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/Makefile b/Makefile index 47cb93a..a568202 100644 --- a/Makefile +++ b/Makefile
@@ -1,4 +1,6 @@ +all: clean package + clean: rm -rf dist deb_dist .build osm_common-*.tar.gz osm_common.egg-info eggs @@ -10,5 +12,3 @@ cd deb_dist/osm-common*/ && dpkg-buildpackage -rfakeroot -uc -us mkdir -p .build cp deb_dist/python3-osm-common*.deb .build/ - -