Skip to content

Instantly share code, notes, and snippets.

@slaskis
Created June 30, 2009 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slaskis/138137 to your computer and use it in GitHub Desktop.
Save slaskis/138137 to your computer and use it in GitHub Desktop.
install:
-mkdir ${DESTDIR}/lib
cp bin/${LIBNEKO_NAME} ${DESTDIR}/lib
-mkdir ${DESTDIR}/bin
cp bin/neko bin/nekoc bin/nekotools bin/nekoml bin/nekoml.std ${DESTDIR}/bin
-mkdir ${DESTDIR}/lib/neko
cp bin/*.ndll ${DESTDIR}/lib/neko
-mkdir ${DESTDIR}/include
cp vm/neko*.h ${DESTDIR}/include
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment