diff options
author | Mike Gerwitz <mike@mikegerwitz.com> | 2013-06-04 22:28:50 -0400 |
---|---|---|
committer | Mike Gerwitz <mike@mikegerwitz.com> | 2013-06-04 22:28:55 -0400 |
commit | 495d879b748fe32d0f7fd19901e595c71476ec9c (patch) | |
tree | e5c4b01eb83ade34a1e989b9628b17b173594e54 /Makefile | |
parent | baa78e94c5b77d387d3636341877b8cce0585e72 (diff) | |
download | thoughts-495d879b748fe32d0f7fd19901e595c71476ec9c.tar.gz thoughts-495d879b748fe32d0f7fd19901e595c71476ec9c.tar.bz2 thoughts-495d879b748fe32d0f7fd19901e595c71476ec9c.zip |
Updated `make clean` to account for updated output
The new commits up to this point cover most things... :)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -86,4 +86,5 @@ www-root: docs thoughts ln -sf ../images www-root/papers/images clean: - rm -rf [0-9]*/ www-root/ + rm -rf www-root/ + rm -f $(pages) $(articles) $(texticles) |