From 65e93275c17c14eea06d495958ed77fe569ce8f1 Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Mon, 1 May 2023 14:16:00 +1000 Subject: changed directory structure, and other minor stuff --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index fc09ade..84674d7 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ default: - gcc interpreter.c -o interpreter + gcc src/interpreter.c -o interpreter illegal: - gcc interpreter.c -o interpreter -D ILLEGAL \ No newline at end of file + gcc src/interpreter.c -o interpreter -D ILLEGAL -- cgit v1.2.3