Skip to content

Commit bcf5541

Browse files
committed
♻️ refactor: update codebase #2
1 parent 3831689 commit bcf5541

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

Makefile

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: dev run build build-cli test tidy deps-upgrade deps-clean-cache lint race bench cover render-examples icons-validate assets-check tree fmt fmt-check clean
1+
.PHONY: dev run build build-cli test tidy deps-upgrade deps-clean-cache lint race bench cover tree fmt fmt-check clean
22

33
LOG_DIR := logs
44
BIN_NAME := timefy
@@ -82,20 +82,6 @@ cover:
8282
go test -coverprofile=./$(LOG_DIR)/coverage.out ./...
8383
go tool cover -html=./$(LOG_DIR)/coverage.out -o ./$(LOG_DIR)/coverage.html
8484

85-
# ==============================================================================
86-
# Examples and icon management
87-
# Runs the basic example to verify rendering works.
88-
render-examples:
89-
go run ./examples/basic
90-
91-
# Validates icon files in the assets directory.
92-
icons-validate:
93-
./$(BIN_OUT) icons validate --dir assets
94-
95-
# Runs the asset validation tool to audit all icon files.
96-
assets-check:
97-
go run ./cmd/assetcheck --dir assets
98-
9985
# ==============================================================================
10086
# Formatting
10187
# Formats all Go source files in-place using gofmt.

0 commit comments

Comments
 (0)