summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-08-23 13:47:47 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-08-23 13:47:47 -0700
commit2e91bc71409b701a269df5ffaa6301000bf50eab (patch)
tree971483b4cd9d8b0eebbbd85d3c7f0cf627c4f52a /Makefile
parentaa67a293608c3388fad9fad51aa3bfd4703c5787 (diff)
Removed obsolete 'upload' Makefile target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1357c3f..8a828e5 100644
--- a/Makefile
+++ b/Makefile
@@ -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