From cfbb7574897f1fd5a66d3c27d47cccb6d657f0de Mon Sep 17 00:00:00 2001 From: lib Date: Fri, 16 Jun 2023 03:45:31 -0500 Subject: [PATCH] Updated Makefile to remove unnecessary echo. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index f613730..241e638 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,6 @@ clean: # Makefile modified with install target for internal library setup. install: libtet.a - echo argument is $(DEST_DIR) install -d $(DEST_DIR)/lib/ install -m 644 libtet.a $(DEST_DIR)/lib/ install -d $(DEST_DIR)/include/