From bc9281a3bb7a85c826d3a49220bc13134478477c Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Mon, 27 May 2024 17:09:25 +0100 Subject: Properly create bin directory bin subdirectory is not properly created before running make -C tools. Co-authored-by: Pedro de Medeiros --- tools/rasm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/rasm/Makefile') diff --git a/tools/rasm/Makefile b/tools/rasm/Makefile index 25d6b31..da9de8c 100644 --- a/tools/rasm/Makefile +++ b/tools/rasm/Makefile @@ -48,7 +48,7 @@ ZX0_OBJ+=$(SRC_ZX0DIR)/memory.o .PHONY: prod third debug clean default: prod - cp $(EXEC) ../../bin + cp $(EXEC) -t ../../bin rm -f $(EXEC) *.o third: -- cgit v1.2.3