8 lines
107 B
Plaintext
8 lines
107 B
Plaintext
cc := clang
|
|
make := make
|
|
objcopy := llvm-objcopy
|
|
|
|
platform ?= i386_pc
|
|
build ?= release
|
|
|