Skip to content

Commit

Permalink
This time for sure
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew DeRosier committed Jun 11, 2023
1 parent 54cc548 commit 9de7602
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ install:
@echo "#!/bin/sh" > $(MARS_INSTALL_DIR)/mars.sh
@echo "export MARSDEV=$(MARS_INSTALL_DIR)" >> $(MARS_INSTALL_DIR)/mars.sh
@echo "export GDK=$(MARS_INSTALL_DIR)/m68k-elf" >> $(MARS_INSTALL_DIR)/mars.sh
@echo "export PATH=\"$$`echo PATH`:$(MARS_INSTALL_DIR)/m68k-elf/bin\"" >> $(MARS_INSTALL_DIR)/mars.sh
@echo "export PATH=\"$$`echo PATH`:$(MARS_INSTALL_DIR)/sh-elf/bin\"" >> $(MARS_INSTALL_DIR)/mars.sh
@chmod +x $(MARS_INSTALL_DIR)/mars.sh
@echo "--------------------------------------------------------------------------------"
@if [ ! -z "${LANG##*ja_JP*}" ]; then \
Expand Down

0 comments on commit 9de7602

Please sign in to comment.