aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorW. Kosior <koszko@koszko.org>2024-11-25 14:32:53 +0100
committerW. Kosior <koszko@koszko.org>2024-11-25 14:32:53 +0100
commitb6411343c8d53e2bbbece10067f02f0e3e3bc8f1 (patch)
tree9ca00f6884289de5d24bac71be964207beacf37e /Makefile
parentd15a4247cfef1ab4f1a2dd21aed2764cdb02e7d1 (diff)
downloadpq-blind-sigs-impl-magister.tar.gz
pq-blind-sigs-impl-magister.zip
Make `run_poly_mul' a PHONY target.magister
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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