From 55b6582c4679d12754dd082a33db15f883d48f4c Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Thu, 12 Oct 2023 19:54:34 +0100 Subject: [PATCH] update makefile for lab_1 --- Lab_1/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Lab_1/Makefile b/Lab_1/Makefile index bb69e69..77dca66 100644 --- a/Lab_1/Makefile +++ b/Lab_1/Makefile @@ -1 +1,7 @@ include ../Makefile + +build: + zip Lab1PrepAAR.zip *.c *.ino *.pdf + +clean: + rm Lab1PrepAAR.zip