OSDN Git Service

update makefile
authorChengcheng Zhang <943420582@qq.com>
Thu, 12 Sep 2019 03:18:11 +0000 (11:18 +0800)
committerChengcheng Zhang <943420582@qq.com>
Thu, 12 Sep 2019 03:18:11 +0000 (11:18 +0800)
Makefile

index 28b5cb2..6295149 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
 install:
        @echo "Installing swap to $(GOPATH)/bin"
        @go install ./cmd/swap
+       @echo "Install done."
 
 clean:
-       @rm -rf $(GOPATH)/bin/swap
\ No newline at end of file
+       @echo "Cleaning $(GOPATH)/bin/swap"
+       @rm -rf $(GOPATH)/bin/swap
+       @echo "Clean done."
\ No newline at end of file