gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

Makefile (66B)


      1 .PHONY: test lint
      2 
      3 test:
      4 	@(scripts/test)
      5 
      6 lint:
      7 	@(scripts/lint)