From 3e01f6923410e6fd7a3d164897e07181451e7bde Mon Sep 17 00:00:00 2001 From: stuzer05 Date: Sun, 12 Jan 2025 15:35:46 +0200 Subject: [PATCH] Commit --- Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index fea4340..fc8802c 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,4 @@ -.PHONY: all build - -all: build clean +.PHONY: build build: - GOOS=linux go build -o docker-ldap-change-password-web-ui main.go - -clean: - rm docker-ldap-change-password-web-ui \ No newline at end of file + GOOS=linux go build -o docker-ldap-change-password-web-ui main.go \ No newline at end of file