ref: 94ae360adff69fcc0ad25b169c0fa1342ba21cbb
parent: 7066827ae15b54f6fe810dc31d795bfb8be09686
author: Olav Sørensen <olav.sorensen@live.no>
date: Sun Oct 24 07:45:25 EDT 2021
Fixed typo in pt_pal_editor/make-linux.sh
--- a/pt_pal_editor/make-linux.sh
+++ b/pt_pal_editor/make-linux.sh
@@ -6,4 +6,4 @@
gcc src/tinyfiledialogs/*.c src/gfx/*.c src/*.c -Wno-unused-result -lSDL2 -lm -march=native -mtune=native -O3 -o release/other/pt_pal_editor
rm src/tinyfiledialogs/*.o src/gfx/*.o src/*.o &> /dev/null
-echo Done. The executable can be found in \'release/macos\' if everything went well.
+echo Done. The executable can be found in \'release/other\' if everything went well.