4eb05f129d84cfebfec35e0efd81d354bfc5ba0d
galt
  Tue Oct 23 14:18:51 2018 -0700
cleanup removing old make target

diff --git src/parasol/makefile src/parasol/makefile
index 0bec8b0..d4c2c50 100644
--- src/parasol/makefile
+++ src/parasol/makefile
@@ -31,19 +31,15 @@
 # make sure lib is built first, even in a parallel make
 
 %.all: lib.all
 	cd $* && echo $* && $(MAKE)
 
 install:
 	@echo 'parasol install, please copy ./bin/*  where desired ...'
 
 userApps: all
 	rsync -a ./bin/* ${DESTDIR}/${BINDIR}/
 
 clean:
 	rm -f */*.o lib/*/*.a
 	rm -f bin/*
 
-broad:
-	cd lib && ${MAKE}
-	cd broadNode && ${MAKE}
-	cd broadHub && ${MAKE}