From 1bcb84a4c100100ee3e38b16459289f7d4e774dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Santamaria?= Date: Fri, 27 Oct 2023 19:26:59 +0200 Subject: [PATCH] Update profile target --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index fb90570..0ffe2ea 100644 --- a/Makefile +++ b/Makefile @@ -46,9 +46,7 @@ install: all mv tau /usr/bin profile: - @go build profile.go - @./profile - @rm profile + CC=$(CC) CGO_CFLAGS="$(CFLAGS)" CGO_LDFLAGS="$(LDFLAGS)" go build profile.go run: all ./tau