Clean target update

This commit is contained in:
Imbus 2024-02-12 13:11:25 +01:00
parent 116bd87354
commit 62662f0c81

View file

@ -22,7 +22,7 @@ run: build
# Clean target
clean:
$(GOCLEAN)
rm -f bin/server
rm -rf bin
rm -f db.sqlite3
# Test target