3 lines
145 B
Bash
3 lines
145 B
Bash
|
#! /bin/bash
|
||
|
cmake -B builddbg/ -G Ninja -D CMAKE_CXX_COMPILER=x86_64-elf-gcc -D CMAKE_ASM-ATT_COMPILER=x86_64-elf-as -D CMAKE_BUILD_TYPE=Debug
|