diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-02-17 16:46:55 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-02-17 16:46:55 -0600 |
commit | 9cc496f48fd820f5904b54bed1a0448239218ba5 (patch) | |
tree | 75097b4b1e82cd911abf68448ab9b0f58141b648 /Makefile.in | |
parent | d466977da7da38cfd51c1a53eabf4956438088af (diff) | |
download | mediagoblin-9cc496f48fd820f5904b54bed1a0448239218ba5.tar.lz mediagoblin-9cc496f48fd820f5904b54bed1a0448239218ba5.tar.xz mediagoblin-9cc496f48fd820f5904b54bed1a0448239218ba5.zip |
Clarify the "make clean" caution'ing
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 580ebfc5..06ceb594 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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. |