From ba34490aaed5f7c242c2b0453130fefc07d0d5d0 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 29 Jun 2026 04:03:38 -0400 Subject: restructured project --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 079a468..ec51765 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,14 @@ .PHONY: build run test clean build: - go build -o tui-ascii-mapper . + go build -o tui-ascii-mapper ./cmd/tui-ascii-mapper run: build ./tui-ascii-mapper test: go vet ./... - go run . 2>&1 | head -5 + go test ./internal/... clean: rm -f tui-ascii-mapper -- cgit v1.2.3