From 9467c1bb3ddde87af056fddc1109d60a0c293a86 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi <256895@studenti.unimore.it> Date: Wed, 30 Nov 2022 01:01:49 +0100 Subject: [PATCH] Add `all` make target --- atax/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/atax/Makefile b/atax/Makefile index c0d6fe9..5dacf14 100644 --- a/atax/Makefile +++ b/atax/Makefile @@ -25,6 +25,8 @@ NVCFLAGS:=$(CXXFLAGS) $(NVOPT) .PHONY: bench clean +all: atax.elf + bench: ./.bench.sh