summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-04-21 01:09:40 +1000
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-04-21 01:09:40 +1000
commitc4c28762385c52d0c349da72e3f3bbed64197411 (patch)
tree7e95944cb8c32440280f53b57c1caa62d0b5bb86 /makefile
parent1bf33140ce7e858ee7fe1a416e7ebfd586f024b3 (diff)
work in progress
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
new file mode 100644
index 0000000..41cddbc
--- /dev/null
+++ b/makefile
@@ -0,0 +1,3 @@
+main:
+ gcc instruction-bin.c -o instruction-dump
+ gcc test.c -o main