test:
	node ./test/test.js

lint:
	linter -f ./lib/cjson.js
		
	
.PHONY: test lint	