diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2007-07-06 00:39:47 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2007-07-06 00:39:47 +0100 |
commit | e90044208fc88636f843cdd188faa12e5db8c1c0 (patch) | |
tree | 1238997e7436af5192ce8e127a783d3d687a9ff4 /lib | |
parent | 9da0bbfd42609f0f3864b5a16a3c1c378b7217c9 (diff) | |
parent | 19a8088455308088139d0b2f6a8d0d4fbf982b29 (diff) |
Merging from devel. Added documentation for the join_chat command, adding
a debian/ tree and a merge from Jelmer (mainly unittest stuff).
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 33073c27..a9038987 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -17,6 +17,7 @@ LFLAGS += -r # [SH] Phony targets all: lib.o check: all +lcov: gcov: gcov *.c |