From 9ad4ff7e1682cab46662de20b5c35f74075d07c0 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 29 Nov 2013 18:46:59 +0000 Subject: [PATCH] cprogs/Makefile: clean deletes $PROGRAMS --- cprogs/Makefile | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cprogs/Makefile b/cprogs/Makefile index 5e42f50..5637696 100644 --- a/cprogs/Makefile +++ b/cprogs/Makefile @@ -78,7 +78,7 @@ install-docs: watershed.txt install-examples: clean: - rm -f *~ ./#*# *.o + rm -f *~ ./#*# *.o $(PROGRAMS) distclean realclean: clean rm -f $(TARGETS) diff --git a/debian/changelog b/debian/changelog index 274f2df..e5b0653 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ chiark-utils (4.2.1~~iwj4) unstable; urgency=low relax this security barrier in existing deployments.) Closes:#693356. * watershed; Provide -h and --help options. Closes:#659989. * xbatmon-simple: Saner build rune. + * cprogs/Makefile: clean deletes $PROGRAMS -- -- 2.30.2