chiark / gitweb /
cprogs/Makefile: clean deletes $PROGRAMS
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 29 Nov 2013 18:46:59 +0000 (18:46 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 29 Nov 2013 18:46:59 +0000 (18:46 +0000)
cprogs/Makefile
debian/changelog

index 5e42f5089395254802ce3bac509058bb126feb32..56376966fa919666d7a79c45fb4ca30e6112386b 100644 (file)
@@ -78,7 +78,7 @@ install-docs: watershed.txt
 install-examples:
 
 clean:
-               rm -f *~ ./#*# *.o
+               rm -f *~ ./#*# *.o $(PROGRAMS)
 
 distclean realclean:   clean
                rm -f $(TARGETS)
index 274f2df1117663d97fb40f915aac435b0a678c32..e5b06538e78123708cba49bf2e8f4184bc0985c1 100644 (file)
@@ -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
 
  --