diff options
author | Mike Gerwitz <mtg@gnu.org> | 2016-07-19 23:19:29 -0400 |
---|---|---|
committer | Mike Gerwitz <mtg@gnu.org> | 2016-07-19 23:19:29 -0400 |
commit | a482d2bfcaf4009d827b8f72c9d1a96747bc4de8 (patch) | |
tree | 396e37fc737e9b3f320f9f488215ac1084b99f8d /Makefile | |
parent | f141de9cced8071bec61b28aeb045ce3c09da006 (diff) | |
download | thoughts-a482d2bfcaf4009d827b8f72c9d1a96747bc4de8.tar.gz thoughts-a482d2bfcaf4009d827b8f72c9d1a96747bc4de8.tar.bz2 thoughts-a482d2bfcaf4009d827b8f72c9d1a96747bc4de8.zip |
:Add hoxsl project page
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -91,6 +91,7 @@ www-root: docs thoughts mkdir -p www-root/docs cp -rv docs/gh/ www-root/docs/ cp -rv docs/about/resume www-root/about/ + cp -rv docs/hoxsl www-root/hoxsl clean: rm -rf www-root/ |