From 88f538c1310f3b0303b4629a57bac29c8ea082da Mon Sep 17 00:00:00 2001 From: Bruce Guenter Date: Sat, 12 Jun 2010 20:16:09 -0600 Subject: [PATCH] Make clean depend on TARGETS so that gets included in the dist tarball --- clean.do | 1 + 1 file changed, 1 insertion(+) diff --git a/clean.do b/clean.do index 91d8d8a..8cd6635 100644 --- a/clean.do +++ b/clean.do @@ -1 +1,2 @@ +dependon TARGETS formake 'rm -f $$( cat TARGETS )'