From e63c309f3517ef64b2f5fe190864bd2b85b84c79 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 25 Feb 2024 00:06:13 +0200 Subject: Add debug symbols, improve debugger, fix bugs --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d045622..06999ab 100644 --- a/Makefile +++ b/Makefile @@ -48,10 +48,7 @@ test: pytest --ignore resources install: - mkdir -p "$(PREFIX)/share/atk16/asm" - cp atk16_asm/*.py "$(PREFIX)/share/atk16/asm/" - printf "#!/bin/sh\ncd \"$(PREFIX)/share/atk16\"\n/usr/bin/env python -m asm.assembler \$$@\n" > "$(PREFIX)/bin/atk16c" - chmod +x "$(PREFIX)/bin/atk16c" + pip install . run-single-test: java -cp $(digital_path) CLI test -verbose -circ $(circ) -tests $(tests) -- cgit v1.3