mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 00:32:46 +00:00
12 lines
281 B
Makefile
12 lines
281 B
Makefile
# 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
|