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

make makefile

parent 361576cd
No related branches found
No related tags found
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment