From 675aa84403f98776a7d463e1cc5f9bd41cdbab92 Mon Sep 17 00:00:00 2001 From: rodri Date: Sat, 25 Nov 2023 10:34:41 +0000 Subject: cleaned things up and improved the organization a bit. --- mkfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mkfile') diff --git a/mkfile b/mkfile index 7e94b16..52f9c48 100644 --- a/mkfile +++ b/mkfile @@ -6,7 +6,6 @@ OFILES=\ main.$O\ min.$O\ dppd.$O\ - nanosec.$O\ HFILES=\ regs.h\ @@ -14,3 +13,7 @@ HFILES=\ avx.h\