From 80d78c5589d42f81b04e671b28c103a2112458d1 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 29 Oct 2023 13:16:25 +0200 Subject: move common stuff to core + Might have to come up with a better name, but works for now --- triscv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'triscv/Makefile') diff --git a/triscv/Makefile b/triscv/Makefile index adceb03..88ba7aa 100644 --- a/triscv/Makefile +++ b/triscv/Makefile @@ -22,7 +22,7 @@ setup: CLEANUP := build deps.mk triscv CLEANUP_CMD := -TRISCV_SOURCES := deps/utf9/utf9.c +TRISCV_SOURCES := ../utf9/utf9.c ../core/bits.c include src/source.mk -- cgit v1.3