From 483ab435608876e1e8f74007f75885ab021819c8 Mon Sep 17 00:00:00 2001 From: Gregory Powers Date: Tue, 28 Jun 2022 10:43:50 -0400 Subject: [PATCH] edited makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 155e02f..2f6141f 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ build: bash ./scripts/build.sh clean: bash ./scripts/clean_dependencies.sh -full_clean: +mrproper: bash ./scripts/clean.sh setup: bash ./scripts/setup_project.sh