Skip to content
Snippets Groups Projects
Commit 3c19747d authored by Untung Tanujaya's avatar Untung Tanujaya
Browse files

make makefile

parent 361576cd
No related merge requests found
CP = parallelRadix.cu
EXE = radix
SRC_DIR = src
LDLIBS += -lcurand
build:
nvcc -o $(EXE) $(SRC_DIR)/$(CP) $(LDLIBS)
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment