File: Makefile

package info (click to toggle)
golang-github-ulule-limiter 3.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, sid
  • size: 240 kB
  • sloc: sh: 114; makefile: 15
file content (7 lines) | stat: -rw-r--r-- 66 bytes parent folder | download
1
2
3
4
5
6
7
.PHONY: test lint

test:
	@(scripts/test)

lint:
	@(scripts/lint)