From b328611c9c8aa399a528b2b88384929df9e1e943 Mon Sep 17 00:00:00 2001 From: 7ermina1 Date: Tue, 24 Feb 2026 10:50:17 -0500 Subject: [PATCH] feat: add zip command to makefile closes #1 --- SimpleCompilerv3-1-Demo/Makefile | 1 + SimpleCompilerv3-2-Demo/Makefile | 1 + SimpleCompilerv3-5-Demo/Makefile | 1 + 3 files changed, 3 insertions(+) diff --git a/SimpleCompilerv3-1-Demo/Makefile b/SimpleCompilerv3-1-Demo/Makefile index 2c35c5b..5c7a396 100644 --- a/SimpleCompilerv3-1-Demo/Makefile +++ b/SimpleCompilerv3-1-Demo/Makefile @@ -5,6 +5,7 @@ default: build-frontend build-driver build-frontend: + zip SUBMIT-ME.zip * mkdir ./logs mkdir ./build flex -o frontend_lex.yy.c frontend_lex.l diff --git a/SimpleCompilerv3-2-Demo/Makefile b/SimpleCompilerv3-2-Demo/Makefile index ff866a2..3804d05 100644 --- a/SimpleCompilerv3-2-Demo/Makefile +++ b/SimpleCompilerv3-2-Demo/Makefile @@ -5,6 +5,7 @@ default: build-frontend build-backend assemble build-driver build-frontend: + zip SUBMIT-ME.zip * mkdir ./logs mkdir ./build flex -o frontend_lex.yy.c frontend_lex.l diff --git a/SimpleCompilerv3-5-Demo/Makefile b/SimpleCompilerv3-5-Demo/Makefile index 519b965..32d4dbb 100644 --- a/SimpleCompilerv3-5-Demo/Makefile +++ b/SimpleCompilerv3-5-Demo/Makefile @@ -10,6 +10,7 @@ default: build-frontend build-backend assemble build-driver arm: build-frontend build-backend-arm assemble-arm build-driver-arm build-frontend: + zip SUBMIT-ME.zip * mkdir ./logs mkdir ./build flex -o frontend_lex.yy.c frontend_lex.l