about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e6304e78..7102b0be 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,8 @@ TESTLIB = -L ~/lib -l headunit
 CPPLIB = -lstdc++
 CFLAGS = -I ~/include -O3 $(WARNS) $(LIBS)
 OBJS = log.o windows.o title_bar.o status_bar.o input_win.o jabber.o \
-       profanity.o util.o command.o history.o main.o
-TESTOBJS = test_history.o history.o
+       profanity.o util.o command.o history.o contact_list.o main.o
+TESTOBJS = test_history.o history.o test_contact_list.o contact_list.o
 
 profanity: $(OBJS)
 	$(CC) -o profanity $(OBJS) $(LIBS)
@@ -16,14 +16,16 @@ windows.o: windows.h util.h
 title_bar.o: windows.h
 status_bar.o: windows.h util.h
 input_win.o: windows.h
-jabber.o: jabber.h log.h windows.h
+jabber.o: jabber.h log.h windows.h contact_list.h
 profanity.o: log.h windows.h jabber.h command.h history.h
 util.o: util.h
-command.o: command.h util.h history.h
+command.o: command.h util.h history.h contact_list.h
 history.o: history.h
+contact_list.o: contact_list.h
 main.o: profanity.h
 
 test_history.o: history.h
+test_contact_list.o: contact_list.h
 
 testsuite: testsuite.h $(TESTOBJS)
 	$(CC) $(CFLAGS) $(CPPLIB) testsuite.c $(TESTOBJS) -o testsuite $(TESTLIB)
itle='author Kartik K. Agaram <vc@akkartik.com> 2015-07-29 14:37:57 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-07-29 14:37:57 -0700 1883 - type-deducing in more .mu files' href='/akkartik/mu/commit/063list.mu?h=hlt&id=502d2ea540bbb66f2bb5e649c7c7743973859092'>502d2ea5 ^
87ef6a67 ^



77d5b5d6 ^
87ef6a67 ^
502d2ea5 ^

87ef6a67 ^



bc643692 ^



87ef6a67 ^













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