+ Microarchitecture optimizations + 64-bit support + Xilinx FPGA support + LLVM-16 support + Refactoring and quality control fixes
10 lines
167 B
Makefile
10 lines
167 B
Makefile
PROJECT = cutcp
|
|
|
|
SRCS = main.cc args.c parboil_opencl.c ocl.c gpu_info.c cutoff.c cutcpu.c output.c readatom.c excl.c
|
|
|
|
CXXFLAGS += -I.
|
|
|
|
OPTS ?=
|
|
|
|
include ../common.mk
|