fixes
This commit is contained in:
parent
978db38a18
commit
616f28f4c8
@ -1,4 +1,4 @@
|
||||
NVCC := nvcc
|
||||
NVCC := nvcc
|
||||
NVCC_FLAGS := -rdc=true -O3 -Xptxas -O3 \
|
||||
-use_fast_math -ftz=true -prec-div=false -prec-sqrt=false \
|
||||
-gencode arch=compute_75,code=sm_75 \
|
||||
@ -13,12 +13,12 @@ ifeq ($(BUILD),DEBUG)
|
||||
else
|
||||
BUILD_DEFINES := -DRELEASE
|
||||
endif
|
||||
MAIN_SOURCE := ../sources/main.cu
|
||||
LIBS_DIR := ../libs/
|
||||
BUILD_DIR := ../build
|
||||
MAIN_SOURCE := ../sources/main.cu
|
||||
LIBS_DIR := ../libs/
|
||||
BUILD_DIR := ../build
|
||||
LIBS_SOURCES := $(wildcard $(LIBS_DIR)*.cu)
|
||||
LIBS_OBJECTS := $(patsubst $(LIBS_DIR)%.cu,$(BUILD_DIR)/%.o,$(LIBS_SOURCES))
|
||||
TARGET := yggmcu
|
||||
TARGET := yggmcu
|
||||
.PHONY: all clean
|
||||
all: $(TARGET)
|
||||
$(BUILD_DIR):
|
||||
|
Loading…
x
Reference in New Issue
Block a user