mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
4 lines
161 B
Bash
Executable File
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 |