Skip to content

Commit

Permalink
Refactor: Removed MATLAB/Octave related content
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAshburner committed Mar 6, 2024
1 parent 2ff7bb3 commit c5b1d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifacts/C/Makefile.var
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ endif
ifeq (Linux,$(PLATFORM))
MEXBIN ?= mex
#MEXOPTS += CFLAGS='$$CFLAGS $(WARNFLAG)'
NVCC = nvcc -m64
NVCC = nvcc.exe -m64
PTXDIR = ../lib/ptxa64
LIBDIR = ../lib/liba64
CC = gcc
Expand Down

0 comments on commit c5b1d5e

Please sign in to comment.