Skip to content

Commit

Permalink
Minor: Remove the STDERR variable from Makefile
Browse files Browse the repository at this point in the history
This directly relates to #43, with this in place
there is no longer a need to decide where to store stderr logs

Signed-off-by: notsatan <[email protected]>
  • Loading branch information
notsatan committed Jan 5, 2024
1 parent 9b4718d commit 711dfab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions {{ cookiecutter.project_name.strip() }}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ PROJECTNAME="{{ cookiecutter.project_name.strip() }}"
# List of all Go-files to be processed
GOFILES=$(wildcard *.go)

# Redirecting error output to a file, acts as logs that can
# be referenced if needed
STDERR=/tmp/$(PROJECTNAME)-stderr.txt

# Docker image variables
IMAGE := $(PROJECTNAME)
VERSION := latest
Expand Down

0 comments on commit 711dfab

Please sign in to comment.