build makefile to complete the folowoing tasks - [ ] clean: clean the workspace and dependencies - [ ] lint: lint the code - [ ] lint-fix: fix the code by lint - [ ] install: install all deps - [ ] test: test the test cases - [ ] build: build the package
build makefile to complete the folowoing tasks