POSIX directory listing.

This commit is contained in:
Miguel Lechon
2021-01-21 20:09:11 +01:00
parent 5ff1c5e0a5
commit 4d2565b3f3
3 changed files with 54 additions and 5 deletions
Executable → Regular
+2 -1
View File
@@ -1,7 +1,8 @@
@echo off
echo ~~~ Metadesk Build ~~~
set accepted_clang_warnings=-Wno-return-type -Wno-deprecated-declarations -Wno-pointer-sign -Wno-writable-strings -Wno-unknown-warning-option
rem TODO(mal): Review these warnings
set accepted_clang_warnings=-Wno-deprecated-declarations -Wno-pointer-sign -Wno-writable-strings -Wno-unknown-warning-option
set compile_flags=-I../source/ %accepted_clang_warnings%
if not exist build mkdir build