yeah, there are, and I had forgotten about them, it's a good thing katja pointed it out. Check at the very bottom; here's what it looks like now:
######################################################
cyclone extra targets ######################################################
install: install-aliases
# on Linux, add symbolic links for UPPER case aliases
install-aliases: all
ifeq ($(uname), Linux)
$(INSTALL_DIR) -v $(installpath)
cd $(installpath); \
ln -s -f Append.$(extension) append.$(extension); \
ln -s -f Append-help.pd append-help.pd; \
I haven't changed Append yet, but here's how scope is now:
ln -s -f scope~.$(extension) Scope~.$(extension); \
ln -s -f scope~-help.pd Scope~-help.pd; \
Please recompile and test putting [Scope~] or [cyclone/Scope~]
cheers