File: GNUmakefile

package info (click to toggle)
golang-github-hashicorp-go-sockaddr 0.0~git20170627.41949a1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 984 kB
  • sloc: sh: 165; makefile: 8
file content (10 lines) | stat: -rw-r--r-- 131 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
.DEFAULT_GOAL := test

clean::
	rm -f *.diff *.out

test::
	@rm -f *.diff
	@./run_all.sh
	@printf "All tests ran successfully.\n"