Removed xxd.exe binary and aded instructions to build

This commit is contained in:
Alejandro Saucedo 2021-05-09 05:16:55 +01:00
parent 11597af272
commit a3859219a7
3 changed files with 5 additions and 2 deletions

View file

@ -193,6 +193,9 @@ build_single_header:
"single_include/AggregateHeaders.cpp" \
"single_include/kompute/Kompute.hpp"
win_build_xxd:
cd external/bin/ && gcc -o xxd.exe xxd.c -DCYGWIN
format:
$(CLANG_FORMAT_BIN) -i -style="{BasedOnStyle: mozilla, IndentWidth: 4}" src/*.cpp src/include/kompute/*.hpp test/*cpp