better makefile

This commit is contained in:
minjaesong
2024-06-28 12:58:15 +09:00
parent 86fbe65e01
commit 7582eae1ee
3 changed files with 13 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
#!/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