mirror of https://github.com/BOINC/boinc.git
17 lines
403 B
Makefile
17 lines
403 B
Makefile
# Tuan Le
|
|
# University of California, Berkeley
|
|
# Berkeley Space Sciences Lab
|
|
# tuanle86@berkeley.ed
|
|
|
|
# Add source files here
|
|
EXECUTABLE := example_app_nvcuda
|
|
# Cuda source files (compiled with cudacc)
|
|
CUFILES := cuda.cu
|
|
# C/C++ source files (compiled with gcc / c++)
|
|
CCFILES := \
|
|
|
|
################################################################################
|
|
# Rules and targets
|
|
|
|
include common.mk
|