From cfc230780827adb9c0a98031468a32d2e5f2a060 Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 8 Mar 2012 23:03:26 +0000 Subject: Contact list synch with server --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7102b0be..9020ddd6 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ profanity: $(OBJS) $(CC) -o profanity $(OBJS) $(LIBS) log.o: log.h -windows.o: windows.h util.h +windows.o: windows.h util.h contact_list.h title_bar.o: windows.h status_bar.o: windows.h util.h input_win.o: windows.h -- cgit 1.4.1-2-gfad0 6113639c58a28fd2'/> mirror of ranger - a simple, vim-like file managerakspecs <akspecs@tilde.institute>
summary refs log tree commit diff stats
path: root/Makefile
blob: fd525721cb6e85c11dd692ea3efa3d4da6f321ad (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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78