Add database.txt to clean target
This commit is contained in:
parent
0792c6b8a3
commit
374e357820
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ clean:
|
|||
rm -f plantuml.jar
|
||||
rm -f erd.png
|
||||
rm -f config.toml
|
||||
rm -f database.txt
|
||||
|
||||
# Test target
|
||||
test: db.sqlite3
|
||||
|
|
Loading…
Reference in a new issue