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/