Update Makefile

This commit is contained in:
thinkerou 2019-11-30 22:08:14 +08:00 committed by GitHub
parent 0b1e8441b3
commit 823f1e9841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,4 +46,7 @@ lint:
.PHONY: misspell-check .PHONY: misspell-check
misspell-check: misspell-check:
echo 'test...'
pwd
ls
misspell -error $(GOFILES) misspell -error $(GOFILES)