OBJS = tunctl.o BIN = tunctl CFLAGS ?= -g -Wall BIN_DIR ?= /usr/bin all : $(BIN) $(BIN) : $(OBJS) $(CC) $(CFLAGS) -o $(BIN) $(OBJS) clean : rm -f $(BIN) $(OBJS) *~ install : $(BIN) install -d $(DESTDIR)$(BIN_DIR) install -s $(BIN) $(DESTDIR)$(BIN_DIR) 'https://trygvis.io/git/junk/openocd+libswd.git/atom/tools/logger.pl?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/tools/logger.pl
blob: 3256bdcf708050b0050e16c82258e7bc0bfa36a9 (plain)
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