2 lines
146 B
Bash
Executable file
2 lines
146 B
Bash
Executable file
#! /bin/bash
|
|
cmake -B builddbg/ -G Ninja -D CMAKE_CXX_COMPILER=x86_64-elf-gcc -D CMAKE_ASM-ATT_COMPILER=x86_64-elf-gcc -D CMAKE_BUILD_TYPE=Debug
|