Clean target update
This commit is contained in:
parent
116bd87354
commit
62662f0c81
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ run: build
|
||||||
# Clean target
|
# Clean target
|
||||||
clean:
|
clean:
|
||||||
$(GOCLEAN)
|
$(GOCLEAN)
|
||||||
rm -f bin/server
|
rm -rf bin
|
||||||
rm -f db.sqlite3
|
rm -f db.sqlite3
|
||||||
|
|
||||||
# Test target
|
# Test target
|
||||||
|
|
Loading…
Reference in a new issue