Updated Makefile to remove unnecessary echo.

main
lib 2 years ago
parent a1bdb47e17
commit cfbb757489
  1. 1
      Makefile

@ -61,7 +61,6 @@ clean:
# Makefile modified with install target for internal library setup. # Makefile modified with install target for internal library setup.
install: libtet.a install: libtet.a
echo argument is $(DEST_DIR)
install -d $(DEST_DIR)/lib/ install -d $(DEST_DIR)/lib/
install -m 644 libtet.a $(DEST_DIR)/lib/ install -m 644 libtet.a $(DEST_DIR)/lib/
install -d $(DEST_DIR)/include/ install -d $(DEST_DIR)/include/

Loading…
Cancel
Save