clean old files on build
This commit is contained in:
parent
f8da930cb5
commit
92d52a2505
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
.PHONY: build
|
||||
BUILD_FLAGS=--recursive --git-version --pytex-version --license --author "Maximilian Keßler" --pytex-info-text --extra-header ".build/header_info.txt" --name "prepend-author"
|
||||
BUILD_FLAGS=--recursive --git-version --pytex-version --license --author "Maximilian Keßler" --pytex-info-text --extra-header ".build/header_info.txt" --name "prepend-author" --clean-old-files
|
||||
BUILD_DIRS= --source-dir src --build-dir build
|
||||
|
||||
build: .initsubmodulelock
|
||||
|
|
Loading…
Reference in a new issue