rename cmd/neodock -> cmd/monitor-lets-go

This commit is contained in:
Maksim Totmin 2026-06-22 16:34:35 +07:00
parent a4b80616bb
commit 2a49aa98ed
3 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,6 +1,5 @@
# Binary
/monitor-lets-go
/neodock
# IDE
.idea/

View File

@ -1,6 +1,6 @@
# monitor-lets-go Makefile
BIN := monitor-lets-go
SRCDIR := ./cmd/neodock
SRCDIR := ./cmd/monitor-lets-go
INSTALL ?= install
.DEFAULT_GOAL := build