Skip to content

Commit

Permalink
Merge pull request #25 from imclerran/remove-scripts
Browse files Browse the repository at this point in the history
Remove scripts from git repo
  • Loading branch information
imclerran authored Jun 10, 2024
2 parents b9e82be + c4cfcbb commit 83f4a85
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 42 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
!*.*
!*.roc
!*.rvn
!install
!repos/
!src/
!src/mkr
!src/mk
!src/install
!repository
!repository/app-stubs
Expand Down
4 changes: 2 additions & 2 deletions src/install → install
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ fi

# Notify user that roc-start build process is starting
echo -e "Building ${MAGENTA}roc-start${RESET}...\n"
roc build --output roc-start $OPTIMIZE > /dev/null 2>&1
roc build src/main.roc --output roc-start $OPTIMIZE > /dev/null 2>&1

# If build succeeds, copy the executable to $LOCAL_BIN and notify user
if [ $? -eq 0 ]; then
cp ./roc-start $LOCAL_BIN
mv ./roc-start $LOCAL_BIN
echo -e "${MAGENTA}roc-start${RESET} installed to $LOCAL_BIN"
fi

Expand Down
31 changes: 0 additions & 31 deletions sloc.sh

This file was deleted.

2 changes: 0 additions & 2 deletions src/mk

This file was deleted.

5 changes: 0 additions & 5 deletions src/mkr

This file was deleted.

0 comments on commit 83f4a85

Please sign in to comment.