Skip to content

Commit

Permalink
feat: makefile updated
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Ramon Mañes <jose@celestia.org>
  • Loading branch information
tty47 committed Jun 22, 2023
1 parent 9ea1fb1 commit 3d12c18
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3d12c18

Please sign in to comment.