mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2024-11-22 16:14:24 +00:00
Re-add clean target to the makefile
This commit is contained in:
parent
32850e8131
commit
bda70940f8
1 changed files with 4 additions and 1 deletions
|
@ -23,7 +23,10 @@ NVCFLAGS:=$(CXXFLAGS) $(NVOPT)
|
|||
$(NVCC) $(NVCFLAGS) -c $< -o $@
|
||||
|
||||
|
||||
.PHONY: bench
|
||||
.PHONY: bench clean
|
||||
|
||||
bench:
|
||||
./.bench.sh
|
||||
|
||||
clean:
|
||||
rm *.elf *.cu.o
|
||||
|
|
Loading…
Reference in a new issue