From 12814fa97c65c950d1e344d62b09a02c506d2fb6 Mon Sep 17 00:00:00 2001 From: Blaster4385 Date: Fri, 31 May 2024 14:27:46 +0530 Subject: build: added Makefile --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..c950afd --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +.ONESHELL: +.PHONY: portfolio + +portfolio: + go build -ldflags "-s -w" + +clean: + rm portfolio \ No newline at end of file -- cgit v1.2.3-73-gaa49b