working compdb export

This commit is contained in:
2025-09-07 14:05:49 -05:00
parent c28caef038
commit ab639e635a
5 changed files with 10 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
(
cd bin
srcs=../src/*
cl $srcs -I ../inc/ -Od -std:c++20 -Fe main.exe
cl $srcs -I ../inc/ -Od -std:c++20 -Fe
)