xref: /freebsd/contrib/bearssl/conf/UnixClang.mk (revision e8d8bef961a50d4dc22501cde4fb9fb0be1b2532)
1# Example configuration file for compiling on a Unix-like system with
2# clang as compiler instead of gcc.
3
4# We are on a Unix system so we assume a Single Unix compatible 'make'
5# utility, and Unix defaults.
6include conf/Unix.mk
7
8BUILD = bclang
9CC = clang
10LD = clang
11LDDLL = clang
12