mirror of
https://github.com/FizzyApple12/Waccon.git
synced 2026-09-22 23:08:05 +03:00
5 lines
99 B
Batchfile
5 lines
99 B
Batchfile
if not exist "build" mkdir build
|
|
cd build
|
|
cmake -G "Unix Makefiles" ..
|
|
make wacca_touch_panel
|
|
cd .. |