From 99025b9d34ccad778f11258e186b0bd8dc9c71a4 Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Thu, 3 Sep 2020 20:29:45 +0200 Subject: rename tclasm.tcl to tclasm_old.tcl (prepare for redesign of the stack machine) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2ebc598..cc93e93 100644 --- a/Makefile +++ b/Makefile @@ -102,7 +102,7 @@ test : $(TEST_TARGETS) tests/%.mem : tests/%.memv $(IV) $(MACROASM_FLAGS) $^ -o $@ -%.mem : %.s.tcl tclasm.tcl +%.mem : %.s.tcl tclasm_old.tcl tclasm.tcl $< > $@ tests/self/test.vvp : tests/self/operations.mem tests/self/test.v \ -- cgit v1.2.3