mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-17 04:12:34 +03:00
4 lines
70 B
Batchfile
4 lines
70 B
Batchfile
|
del base64.obj
|
||
|
gcc -c -o base64.obj base64.c
|
||
|
kpack base64.obj
|
||
|
pause
|