Files
Terrarum/buildapp/make_print_description_then_exit.sh
2024-06-28 12:58:15 +09:00

4 lines
161 B
Bash
Executable File

#!/bin/bash
echo "run 'make assets' to create Assets directory for the building first, then"
echo "run 'make all' to build 5 executables for the release."
exit 0