Description: Add clean target to upstream Makefile
Author: Andreas Tille <tille@debian.org>
Last-Update Mon, 02 May 2016 15:37:17 +0200

--- a/src/Makefile
+++ b/src/Makefile
@@ -25,3 +25,7 @@ yn00: yn00.c tools.c paml.h
 	$(CC) $(CFLAGS) -o $@ yn00.c tools.c $(LIBS)
 chi2 : chi2.c
 	$(CC) $(CFLAGS) -o $@ chi2.c $(LIBS)
+
+clean:
+	rm -f $(PRGS) infinitesites
+
