Rename cmd/triplex-example to cmd/triplex
All checks were successful
CI / test (push) Successful in 16s
All checks were successful
CI / test (push) Successful in 16s
This commit is contained in:
8
Makefile
8
Makefile
@@ -1,16 +1,16 @@
|
||||
# Copyright (c) 2026 Micha Hoiting
|
||||
|
||||
APP_EXAMPLE := triplex-example
|
||||
APP_EXAMPLE := triplex
|
||||
|
||||
.PHONY: test build-example run-example fmt
|
||||
.PHONY: test build-triplex run-triplex fmt
|
||||
|
||||
test:
|
||||
go test ./...
|
||||
|
||||
build-example:
|
||||
build-triplex:
|
||||
go build -o bin/$(APP_EXAMPLE) ./cmd/$(APP_EXAMPLE)
|
||||
|
||||
run-example:
|
||||
run-triplex:
|
||||
go run ./cmd/$(APP_EXAMPLE)
|
||||
|
||||
fmt:
|
||||
|
||||
Reference in New Issue
Block a user