forked from archive/andrewferrier_email2pdf
Cleanup Makefile; fix lint issues.
This commit is contained in:
parent
c523126155
commit
515dfd04da
1 changed files with 6 additions and 1 deletions
7
Makefile
7
Makefile
|
@ -4,6 +4,11 @@ FLAKE8 := $(shell which flake8)
|
|||
UNAME := $(shell uname)
|
||||
DOCKERTAG = andrewferrier/email2pdf
|
||||
|
||||
.PHONY: all builddeb clean test
|
||||
|
||||
clean:
|
||||
git clean -x -f
|
||||
|
||||
determineversion:
|
||||
$(eval GITDESCRIBE := $(shell git describe --dirty))
|
||||
sed 's/Version: .*/Version: $(GITDESCRIBE)/' debian/DEBIAN/control_template > debian/DEBIAN/control
|
||||
|
@ -78,4 +83,4 @@ coverage:
|
|||
profile: .email2pdf.profile
|
||||
python3 performance/printstats.py | less
|
||||
|
||||
alltests: unittest analysis coverage
|
||||
test: unittest analysis coverage
|
||||
|
|
Loading…
Add table
Reference in a new issue