From fed743125b7755b7e92884147746e7139f8f827c Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Tue, 17 Jan 2023 15:09:03 -0500 Subject: [PATCH] added commands --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index e096e0b..8aaeefb 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,8 @@ doc: real: clean nim compile --define:release --out:$(BIN_DIR)multrix $(SRC_DIR)main.nim + @cp $(BIN_DIR)multrix $(BIN_DIR)dot + @cp $(BIN_DIR)multrix $(BIN_DIR)cross run: all @echo "===================================================="