kolibrios-gitea/programs/system/searchap/build.sh

8 lines
176 B
Bash
Raw Normal View History

#!/bin/bash
# This script does for linux the same as build.bat for DOS,
# it compiles the KolibriOS application
fasm -m 16384 searchap.asm ./searchap
rm -f lang.inc
exit 0