summaryrefslogtreecommitdiff
path: root/deps.mk
blob: 6dec9bf66474b9742ae3ce3abef5ab8ec4c2e2fe (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
libs.go = \
	src/wscat.go \
	tests/wscat.go \

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

manpages.en.N.adoc = \
	doc/wscat.en.0.adoc \

manpages.XX.N.adoc = \
	doc/wscat.de.0.adoc \
	doc/wscat.eo.0.adoc \
	doc/wscat.es.0.adoc \
	doc/wscat.fr.0.adoc \
	doc/wscat.pt.0.adoc \

sources.po = \
	po/wscat/de.po \
	po/wscat/eo.po \
	po/wscat/es.po \
	po/wscat/fr.po \
	po/wscat/pt.po \

functional/lib.go = \

functional/main.go = \

fuzz/lib.go = \

fuzz/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