6 lines
80 B
Bash
6 lines
80 B
Bash
(
|
|
cd bin
|
|
srcs=../src/*
|
|
cl $srcs -I ../inc/ -Od -std:c++20 -Fe -ZI
|
|
)
|