Clarify the "make clean" caution'ing
authorChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 17 Feb 2015 22:46:55 +0000 (16:46 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 17 Feb 2015 22:46:55 +0000 (16:46 -0600)
Makefile.in

index 580ebfc52f79ef79006a8ae83beee36ff8dd483f..06ceb59474f7cb1a92265096749e3ed24aa1f6a7 100644 (file)
@@ -145,6 +145,7 @@ endif
 
 clean:
        @echo "No rule to clean house, yet."
+       @echo "distclean works but might do more than you want. :)"
 
 
 # We don't know what this does yet.