add depend prospero

This commit is contained in:
Mario Fetka 2024-05-27 18:01:02 +02:00
parent a6d6f6bbf9
commit 7eb89fe17e

View File

@ -94,6 +94,8 @@ echo "===================================================================="
echo "" echo ""
cd ${PROSPERO_ROOT} cd ${PROSPERO_ROOT}
ln -sf Makefile.config.${SYSTYPE} Makefile.config ln -sf Makefile.config.${SYSTYPE} Makefile.config
cp Makefile.in Makefile
make all_depend
make all make all
cd ${WORLD_ROOT} cd ${WORLD_ROOT}