diff options
Diffstat (limited to 'app/Makefile')
| -rw-r--r-- | app/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Makefile b/app/Makefile index 4356e21..c614492 100644 --- a/app/Makefile +++ b/app/Makefile @@ -12,14 +12,14 @@ IMPORT_FILE:=import.go all: kill build run -clean: +clean: kill @echo "Removing import file..." @rm $(IMPORT_FILE) || true @echo "Removing sqlite3 database..." - @rm $(STATUS_DB_CREDENTIALS) + @rm $(STATUS_DB_CREDENTIALS) || true @echo "Removing binary..." @rm statuspage - @echo "Done" + @echo "Done." build: @echo "package main" > $(IMPORT_FILE) |
