summaryrefslogtreecommitdiff
path: root/deps.mk
blob: 5318d53f3748f9b8854392d8d8b89f22dfb30c5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
libs.go = \
	src/hsts.go \
	tests/hsts.go \

mains.go = \
	src/main.go \
	tests/main.go \

functional-tests/lib.go = \

functional-tests/main.go = \

fuzz-targets/lib.go = \

fuzz-targets/main.go = \

benchmarks/lib.go = \

benchmarks/main.go = \

src/hsts.a:	src/hsts.go
src/main.a:	src/main.go
tests/hsts.a:	tests/hsts.go
tests/main.a:	tests/main.go
src/main.bin:	src/main.a
tests/main.bin:	tests/main.a
src/main.bin-check:	src/main.bin
tests/main.bin-check:	tests/main.bin
src/main.a:	src/$(NAME).a
tests/main.a:	tests/$(NAME).a