summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
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