Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ryansuchocki/microscheme
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansuchocki committed Jan 5, 2016
2 parents 9ff1f69 + 820d540 commit b80901f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion makefile
Expand Up @@ -18,6 +18,7 @@ build:
gcc -ggdb -std=gnu99 -Wall -Wextra -o microscheme src/*.c

install:
install -Dm755 ./microscheme $(PREFIX)/bin/microscheme
install -d $(PREFIX)/bin/
install -m755 ./microscheme $(PREFIX)/bin/microscheme
install -d $(PREFIX)/share/microscheme/
cp -r examples/ $(PREFIX)/share/microscheme/

0 comments on commit b80901f

Please sign in to comment.