From 5f0d42190f704d12c7288687e9d5e38ccc14a698 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Mon, 28 Mar 2022 22:03:00 -0700 Subject: [PATCH] Rename compiled binary to fix make all --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4c8ad94..5f6617a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -APP_NAME = restic-scheduler +APP_NAME = resticscheduler VERSION ?= $(shell git describe --tags --dirty) GOFILES = *.go # Multi-arch targets are generated from this