mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2024-11-22 08:04:25 +00:00
Use tabs in Makefile
This commit is contained in:
parent
43deb504c9
commit
fbfa6f3b47
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ NVCFLAGS:=$(CXXFLAGS) $(NVOPT)
|
|||
|
||||
# Create an automake definition for .cu files
|
||||
$(BUILD_DIR)/%.cu.o: %.cu
|
||||
$(MKDIR_P) $(dir $@)
|
||||
$(NVCC) $(NVCFLAGS) -c $< -o $@
|
||||
$(MKDIR_P) $(dir $@)
|
||||
$(NVCC) $(NVCFLAGS) -c $< -o $@
|
||||
|
||||
.PHONY: bench
|
||||
|
||||
|
|
Loading…
Reference in a new issue