From 653fdc8cdc1040cc5647a7cebfd274bf49bd8a21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Mon, 4 Jul 2022 03:44:29 -0300 Subject: Initial Commit --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..a380159 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +main: main.asm + fasm main.asm + +main.asm: main.py input.stk + python3 main.py > main.asm -- cgit v1.2.3