mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-03 13:51:58 +03:00
6 lines
112 B
Batchfile
6 lines
112 B
Batchfile
|
@erase lang.inc
|
||
|
@echo lang fix en >lang.inc
|
||
|
@fasm -m 16384 test.asm test
|
||
|
@kpack test
|
||
|
@erase lang.inc
|
||
|
@pause
|