From: Jonathan McDowell <noodles@earth.li>
Date: Mon, 31 May 2004 23:47:24 +0000 (+0000)
Subject: cscvs to tla changeset 53
X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/3b8600a153359953627781ce83f8c57242316096

cscvs to tla changeset 53
Author: noodles
Date: 2003/01/20 23:49:53
Add cleanup of sixdegrees{,.o}.
---

diff --git a/Makefile b/Makefile
index 7e04bf7..018eb04 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,8 @@ onak: onak.o merge.o $(CORE_OBJS)
 
 clean:
 	rm -f $(PROGS) $(OBJS) Makefile.bak testparse maxpath *.core core \
-		gpgwww.o add.o lookup.o main.o maxpath.o onak.o
+		gpgwww.o add.o lookup.o main.o maxpath.o onak.o sixdegrees \
+		sixdegrees.o
 
 depend:
 	makedepend $(SRCS)