From 8d3aaacf14997bbac177ae37ccab4618264cf29c Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Wed, 29 Nov 2023 13:32:45 +1100 Subject: work on peripherals and display --- src/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 866334d..7ac3085 100644 --- a/src/Makefile +++ b/src/Makefile @@ -9,10 +9,10 @@ BUILD_STATIC_LIBRARY = ar -rcs $@ $^ # Executable Targets default: computer.a video.a - gcc -o ../build/apple-c -lncurses main.c $^ + gcc -o ../apple-c -lncurses main.c $^ interpreter: computer.a - gcc -o ../build/interpreter interpreter.c $^ + gcc -o ../interpreter interpreter.c $^ @@ -34,4 +34,4 @@ clean: rm *.a rm *.o rm cpu/*.o - rm video/*.o \ No newline at end of file + rm video/*.o -- cgit v1.2.3