diff --git a/Makefile b/Makefile index ece117e..0803d30 100644 --- a/Makefile +++ b/Makefile @@ -6,4 +6,4 @@ all: go build -o bin/ntpal github.com/AndrewLester/ntpal/cmd/ntpal && go build -o bin/ntpal-report github.com/AndrewLester/ntpal/cmd/ntpal-report clean: - rm bin/ntpal; rm bin/ntpal-report + rm -rf bin