diff --git a/.gitignore b/.gitignore index c0e3aa8..f5bc521 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ # Binary /monitor-lets-go -/neodock # IDE .idea/ diff --git a/Makefile b/Makefile index c58b9b6..87f9a59 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/cmd/neodock/main.go b/cmd/monitor-lets-go/main.go similarity index 100% rename from cmd/neodock/main.go rename to cmd/monitor-lets-go/main.go