File: Makefile

package info (click to toggle)
auto-apt-proxy 17
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: sh: 428; makefile: 11
file content (15 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
all: auto-apt-proxy.1

auto-apt-proxy.1: README.md
	pandoc --standalone --from markdown --to man -o $@ $^

clean:
	$(RM) auto-apt-proxy.1

.PHONY: check test

test: check

check:
	-shellcheck --shell dash auto-apt-proxy