From 5494dbcccb60ebb3155a61781c831c8f05c57497 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Tue, 22 Dec 2020 18:31:04 -0500 Subject: [PATCH] fixes to makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index eedb7af..36fdeab 100644 --- a/Makefile +++ b/Makefile @@ -11,4 +11,3 @@ clean: build: @-mkdir ./build go build -v -ldflags="-s -w" -o build/certificateapi ${go_files} - @file build/certificateapi