Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update parser Makefile #501

Merged
merged 2 commits into from
Jul 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion parser/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.env
parser-app
bin/*
12 changes: 1 addition & 11 deletions parser/Makefile
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
SHELL := /bin/bash


## help: print this help message
.PHONY: help
help:
@echo 'Usage:'
@sed -n 's/^##//p' ${MAKEFILE_LIST} | column -t -s ':' | sed -e 's/^/ /'

build:
go build -o parser-app cmd/main.go
go build -o bin/service cmd/main.go

doc:
swag init -pd


test:
go test -v -cover ./...

Expand Down
Empty file added parser/bin/.gitkeep
Empty file.