summaryrefslogtreecommitdiff
path: root/deps.mk
blob: 8b1fa292152b992ca3ed529e7f56a53062c07941 (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/wscat.go \
	tests/wscat.go \

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

functional-tests/libs.go = \

functional-tests/main.go = \

fuzz-targets/lib.go = \

fuzz-targets/main.go = \

benchmarks/lib.go = \

benchmarks/main.go = \

src/main.a:	src/main.go
src/wscat.a:	src/wscat.go
tests/main.a:	tests/main.go
tests/wscat.a:	tests/wscat.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