Removed xxd.exe binary and aded instructions to build
This commit is contained in:
parent
11597af272
commit
a3859219a7
3 changed files with 5 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue