Remove pthead windows submodule. remove makefile. add in simple .bat and .sh to build project

This commit is contained in:
2025-09-06 23:22:45 -05:00
parent 7be8d8bb75
commit d2c7059d3d
5 changed files with 6 additions and 65 deletions

5
build.sh Normal file
View File

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