From 9fd1b6a54c77f78df1031a620fe3fb3887eda56d Mon Sep 17 00:00:00 2001 From: Horus3 Date: Thu, 19 Feb 2015 16:55:23 +0100 Subject: Add health check. --- app/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/Makefile') 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) -- cgit v1.2.3