mirror of
https://github.com/XunilGroup/XunilOS.git
synced 2026-06-02 10:44:23 +02:00
5f4154bd24
events and move parsing code to libxunil, and add mouse support again by using them, remove unneeded graphics and console output code, merge build files to a rust app builder, make framebuffer a driver and remove the graphics folder, add shell as an app in VFS
6 lines
147 B
Bash
6 lines
147 B
Bash
cd user/apps/doomgeneric/doomgeneric
|
|
rm -r ./build
|
|
make -j16 -f Makefile.xunil
|
|
cp doomgeneric ../../../../assets/$KARCH/doomgeneric
|
|
cd ../../../..
|