From 5bb10fc4121a8c8434dcd367f2e611599a11e12e Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Mon, 4 Dec 2023 15:12:17 +1100 Subject: removed stuff; various instruction improvements --- src/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/Makefile') 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 -- cgit v1.2.3