From c4c28762385c52d0c349da72e3f3bbed64197411 Mon Sep 17 00:00:00 2001
From: alekseiplusplus <alekseijeaves@protonmail.com>
Date: Fri, 21 Apr 2023 01:09:40 +1000
Subject: work in progress

---
 makefile | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 makefile

(limited to 'makefile')

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
-- 
cgit v1.2.3