From fc638442f9d61d97796e8469a75253d94a290812 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 13 Aug 2019 10:54:29 -0700 Subject: . --- clean | 1 + 1 file changed, 1 insertion(+) (limited to 'clean') diff --git a/clean b/clean index 590687a7..aad602da 100755 --- a/clean +++ b/clean @@ -6,3 +6,4 @@ rm -rf subx.cc subx_bin* *_list rm -rf .until test $# -gt 0 && exit 0 # convenience: 'clean top-level' to leave subsidiary tools alone rm -rf enumerate/enumerate tangle/tangle tangle/*_list */*.dSYM termbox/*.[oa] +rm -rf browse_trace/browse_trace_bin browse_trace/*_list -- cgit 1.4.1-2-gfad0 mu
Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/099hardware_checks.cc
blob: cee68bdbf767c0b5a197b82d6bcdfdd5a574e359 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63