From 3d12c1860205ff37635cf3a638d772f9544b9b08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Ramon=20Ma=C3=B1es?= Date: Thu, 22 Jun 2023 15:55:30 +0200 Subject: [PATCH] feat: makefile updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jose Ramon MaƱes --- Makefile | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Makefile b/Makefile index 425dbc2..a66aeef 100644 --- a/Makefile +++ b/Makefile @@ -1,18 +1,5 @@ -# Conntrack Exporter service -SERVICE_NAME=torch PROJECT_NAME=torch REPOSITORY_NAME=torch -NAMESPACE_NAME=torch - -#### #### #### #### #### #### #### -# Load .env in order to use vars -ifneq (,$(wildcard ./.env)) - include .env - export -endif -#### #### #### #### #### #### #### - -#### #### #### #### #### #### #### # Go .PHYONY: run build test test_cover get docs