diff --git a/Lab_1/Makefile b/Lab_1/Makefile index 77dca66..66c632e 100644 --- a/Lab_1/Makefile +++ b/Lab_1/Makefile @@ -1,7 +1,7 @@ include ../Makefile build: - zip Lab1PrepAAR.zip *.c *.ino *.pdf + zip Lab1PrepAAR.zip *.c *.ino *.pdf *.png clean: rm Lab1PrepAAR.zip