summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2022-07-04 03:44:29 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2022-07-04 03:44:29 -0300
commit653fdc8cdc1040cc5647a7cebfd274bf49bd8a21 (patch)
tree18c4cc0697c3b89eae3b797817ad0973e58b2c08 /Makefile
downloadstk-653fdc8cdc1040cc5647a7cebfd274bf49bd8a21.tar.gz
stk-653fdc8cdc1040cc5647a7cebfd274bf49bd8a21.zip
Initial Commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
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