mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-14 02:47:07 +03:00
5 lines
127 B
Makefile
5 lines
127 B
Makefile
|
# For success compiling, you should put bcc32.exe here
|
||
|
kos32-bcc:
|
||
|
fasm kos32-bcc.asm kos32-bcc.exe
|
||
|
# Move to BCC 5.5.1 folder
|