mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-04 22:32:05 +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
|