Updated Makefile to change 'build' command to 'compile'
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
7
Makefile
7
Makefile
@ -2,7 +2,7 @@ BINARY_NAME=adept
|
||||
|
||||
all: build test
|
||||
|
||||
build:
|
||||
compile:
|
||||
go build -o ${BINARY_NAME} adept.go
|
||||
|
||||
test:
|
||||
@ -31,7 +31,8 @@ uninstall:
|
||||
rm /usr/bin/${BINARY_NAME}
|
||||
rm /etc/systemd/system/${BINARY_NAME}.service
|
||||
rm -rf /etc/${BINARY_NAME}
|
||||
|
||||
|
||||
clean:
|
||||
go clean
|
||||
rm ${BINARY_NAME}
|
||||
|
||||
.PHONY: all test clean
|
||||
|
Reference in New Issue
Block a user