mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2024-11-22 16:14:24 +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
|
# Create an automake definition for .cu files
|
||||||
$(BUILD_DIR)/%.cu.o: %.cu
|
$(BUILD_DIR)/%.cu.o: %.cu
|
||||||
$(MKDIR_P) $(dir $@)
|
$(MKDIR_P) $(dir $@)
|
||||||
$(NVCC) $(NVCFLAGS) -c $< -o $@
|
$(NVCC) $(NVCFLAGS) -c $< -o $@
|
||||||
|
|
||||||
.PHONY: bench
|
.PHONY: bench
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue