aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/BearSSL/conf/UnixClang.mk
blob: 3636cf896c78cc5f4cdd54700cee3a8cd0d65c97 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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
LD = clang
LDDLL = clang