aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpackages/linux_make/generate_install_makefile.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/linux_make/generate_install_makefile.bash b/packages/linux_make/generate_install_makefile.bash
index 9cf87bc4..3ef8a519 100755
--- a/packages/linux_make/generate_install_makefile.bash
+++ b/packages/linux_make/generate_install_makefile.bash
@@ -68,6 +68,8 @@ function uninstall_tree ()
echo ""
echo "prefix = /usr/local"
echo ""
+echo "default:"
+echo -e "\t@echo 'you have to run \"make install\" to install Pd-extended'"
echo ""
echo "install:"
traverse_install_tree $ROOT_DIR