From 550e20370b0a7ecf853504eb6f537d4c6343426c Mon Sep 17 00:00:00 2001 From: Matthew R Date: Fri, 18 Dec 2020 20:29:01 -0500 Subject: [PATCH] fix makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 089cb05..3f65541 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ -commands := $(wildcard .*.go) +#commands := $(wildcard .*.go) all: build build: - @GO111Module=on go build -v -ldflags="-s -w" -buildmode=pie -o csctl ${commands} + @GO111Module=on go build -v -ldflags="-s -w" -buildmode=pie -o csctl main.go @sudo chmod 2751 ./csctl @file ./csctl