diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-08-23 13:47:47 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-08-23 13:47:47 -0700 |
commit | 2e91bc71409b701a269df5ffaa6301000bf50eab (patch) | |
tree | 971483b4cd9d8b0eebbbd85d3c7f0cf627c4f52a | |
parent | aa67a293608c3388fad9fad51aa3bfd4703c5787 (diff) |
Removed obsolete 'upload' Makefile target
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -63,9 +63,6 @@ update-site: README.html spec.html cp spec.html _site/ cp -r js/* _site/js/ -upload: spec.html spec.pdf - scp spec.html spec.pdf js/stmd.js js/index.html website:html/markdown/ - clean: -rm test $(SRCDIR)/*.o $(SRCDIR)/scanners.c -rm -r *.dSYM |