diff options
author | Mike Gerwitz <mtg@gnu.org> | 2015-07-23 00:21:10 -0400 |
---|---|---|
committer | Mike Gerwitz <mtg@gnu.org> | 2015-07-23 00:33:11 -0400 |
commit | 36a12673b2d03287351e83360f72a58f88fbb033 (patch) | |
tree | bb67ade0ce931498dfd888f247c6779552b4180c /Makefile | |
parent | 1529d09e72a1d94d21f389feece2ad4aca89cef8 (diff) | |
download | thoughts-36a12673b2d03287351e83360f72a58f88fbb033.tar.gz thoughts-36a12673b2d03287351e83360f72a58f88fbb033.tar.bz2 thoughts-36a12673b2d03287351e83360f72a58f88fbb033.zip |
:Résumé added
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -90,6 +90,7 @@ www-root: docs thoughts cp -v style.css www-root/ mkdir -p www-root/docs cp -rv docs/gh/ www-root/docs/ + cp -rv docs/about/resume www-root/about/ clean: rm -rf www-root/ |