1
Fork 0
mirror of https://github.com/Steffo99/unimore-hpc-assignments.git synced 2024-11-26 10:04:23 +00:00

Re-add clean target to the makefile

This commit is contained in:
Steffo 2022-11-28 16:26:14 +01:00
parent 32850e8131
commit bda70940f8
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -23,7 +23,10 @@ NVCFLAGS:=$(CXXFLAGS) $(NVOPT)
$(NVCC) $(NVCFLAGS) -c $< -o $@ $(NVCC) $(NVCFLAGS) -c $< -o $@
.PHONY: bench .PHONY: bench clean
bench: bench:
./.bench.sh ./.bench.sh
clean:
rm *.elf *.cu.o