diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..3c1aaf34bcd37fccb6c21c90a6d9e44cb0becdc5 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +CP = parallelRadix.cu +EXE = radix +SRC_DIR = src +LDLIBS += -lcurand +build: + nvcc -o $(EXE) $(SRC_DIR)/$(CP) $(LDLIBS) \ No newline at end of file