X-Git-Url: https://bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=conf%2FUnixClang.mk;fp=conf%2FUnixClang.mk;h=331f4a846eea243dce389bc07226f48e83ec34f9;hp=0000000000000000000000000000000000000000;hb=5f045c759957fdff8c85716e6af99e10901fdac0;hpb=556e525d62cd5559e74fe4d2777a59d33590a033 diff --git a/conf/UnixClang.mk b/conf/UnixClang.mk new file mode 100644 index 0000000..331f4a8 --- /dev/null +++ b/conf/UnixClang.mk @@ -0,0 +1,9 @@ +# Example configuration file for compiling on a Unix-like system with +# clang as compiler instead of gcc. + +# We are on a Unix system so we assume a Single Unix compatible 'make' +# utility, and Unix defaults. +include conf/Unix.mk + +BUILD = bclang +CC = clang