files
kolibrios/programs/system/menu/build.sh
Andrew dbd340dd7d system/menu: Post-SVN clean up
- Move source code from `trunk` into program root directory.
- Update build files and ASM include paths.
2025-05-20 19:10:55 +01:00

14 lines
163 B
Bash

#!/bin/sh
echo "lang fix it_IT"
echo "lang fix it_IT" > lang.inc
#/opt/fasm/fasm menu.asm @menu
fasm menu.asm @menu
kpack @menu
#rm -f lang.inc
exit 0