From 2e91bc71409b701a269df5ffaa6301000bf50eab Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 23 Aug 2014 13:47:47 -0700 Subject: Removed obsolete 'upload' Makefile target --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3