summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-12-04 15:12:17 +1100
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-12-04 15:12:17 +1100
commit5bb10fc4121a8c8434dcd367f2e611599a11e12e (patch)
tree8fcac1461a50fca6bec6ccd2246f7515ad26099a /src/Makefile
parent78d3f650b2ca507e3d5376d3cad4d93df1901569 (diff)
removed stuff; various instruction improvements
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile
index d12972c..22cf4fc 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -11,10 +11,6 @@ BUILD_STATIC_LIBRARY = ar -rcs $@ $^
default: computer.a video.a
gcc -g -o ../apple-c -lncurses main.c $^
-interpreter: computer.a video.a
- gcc -o ../interpreter -lncurses interpreter.c $^
-
-
# Internal Libraries