mirror of
https://github.com/RRZE-HPC/ibench.git
synced 2025-07-21 12:51:10 +02:00
7 lines
135 B
Makefile
7 lines
135 B
Makefile
CC = xlc
|
|
AS = xlc
|
|
CFLAGS = -O3
|
|
LFLAGS = -shared
|
|
|
|
KERNELS = $(patsubst $(SRC_DIR)/%.S, %.so, $(wildcard $(SRC_DIR)/VSX/*.S))
|