From b6411343c8d53e2bbbece10067f02f0e3e3bc8f1 Mon Sep 17 00:00:00 2001 From: "W. Kosior" Date: Mon, 25 Nov 2024 14:32:53 +0100 Subject: Make `run_poly_mul' a PHONY target. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b78f6c0..804ead5 100644 --- a/Makefile +++ b/Makefile @@ -13,3 +13,4 @@ poly_mul: poly_mul.o # processors… For mere testing it is enough tu run with QEMU emulation, tho. run_poly_mul: poly_mul guix shell qemu -- qemu-x86_64 -cpu max $< +.PHONY: run_poly_mul -- cgit v1.2.3