mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-20 08:55:21 +01:00
6 lines
No EOL
187 B
Makefile
6 lines
No EOL
187 B
Makefile
CXX = clang-cl
|
|
CXXFLAGS += -utf-8 -std:c++latest -EHsc -GR- -W4 -Werror=gnu -Wmicrosoft -Wno-missing-field-initializers -Wpedantic
|
|
|
|
fat32format: fat32format.cpp
|
|
clean:
|
|
rm fat32format.exe
|