Skip to content

Instantly share code, notes, and snippets.

@diorahman
Created March 11, 2014 02:57
Show Gist options
  • Save diorahman/9478688 to your computer and use it in GitHub Desktop.
Save diorahman/9478688 to your computer and use it in GitHub Desktop.
#
../lib/$(OS_NAME)/%.so: objects/%.o
g++ -shared objects/$*.o -o ../lib/$(OS_NAME)/$*.so -L/home/diorahman/.rvm/rubies/ruby-1.8.7-p374/lib -lruby
@chmod 555 ../lib/$(OS_NAME)/$*.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment