Uninstall

This commit is contained in:
admju
2024-09-02 11:43:11 +00:00
parent 4ae5926b01
commit 11f56722f7
9 changed files with 241 additions and 134 deletions

View File

@@ -35,6 +35,9 @@ help:
${BIN_DIR}/${BIN_NAME}: ${SOURCES} $(OBJS)
go build -o ${BIN_DIR}/${BIN_NAME}
get-deps:
@go mod tidy
build: ${BIN_DIR}/${BIN_NAME}
run: $(OBJS)
@@ -65,7 +68,6 @@ clean:
@test ! -e go.sum || rm go.sum
@test ! -e .oc-deploy.log || rm .oc-deploy.log
@rm -rf workspace_*
@go mod tidy
.PHONY: test
test: