Item price support
This commit is contained in:
15
scripts/rsw/Makefile
Normal file
15
scripts/rsw/Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
.PHONY: build test lint clean
|
||||
|
||||
BIN := rsw
|
||||
|
||||
build:
|
||||
go build -o $(BIN) .
|
||||
|
||||
test:
|
||||
go test ./... -count=1
|
||||
|
||||
lint:
|
||||
golangci-lint run ./...
|
||||
|
||||
clean:
|
||||
rm -f $(BIN)
|
||||
Reference in New Issue
Block a user