We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f9349 commit 4190437Copy full SHA for 4190437
Makefile
@@ -45,6 +45,7 @@ PACKAGE_MAINTAINER="Kirill Klenov <horneds@gmail.com>"
45
PACKAGE_URL=http://github.com/klen/python-mode
46
deb: clean $(CURDIR)/build
47
@git co gh-pages
48
+ @rm -rf deb
49
@fpm -s dir -t deb -a all \
50
-n $(PACKAGE_NAME) \
51
-v $(PACKAGE_VERSION) \
0 commit comments