Skip to content

Commit 2a537f6

Browse files
committed
Add debug option to Makefile
1 parent da039c2 commit 2a537f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ debug:
2222
env GOARCH=amd64 GOOS=linux go build -v -gcflags='all=-N -l' -ldflags="-s -w" -o bin/scraperDebug scraper/main.go
2323

2424
runDebug: debug
25-
./.aws-lambda-rie/aws-lambda-rie ./bin/scraperDebug
25+
DEBUG=true ./.aws-lambda-rie/aws-lambda-rie ./bin/scraperDebug
2626

2727
buildDocker:
2828
docker build -t watcher-local-build .

0 commit comments

Comments
 (0)