Add database.txt to clean target

This commit is contained in:
Imbus 2024-03-29 16:41:55 +01:00
parent 0792c6b8a3
commit 374e357820

View file

@ -34,6 +34,7 @@ clean:
rm -f plantuml.jar rm -f plantuml.jar
rm -f erd.png rm -f erd.png
rm -f config.toml rm -f config.toml
rm -f database.txt
# Test target # Test target
test: db.sqlite3 test: db.sqlite3