mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
remove obsolete tasks from the Makefile
This commit is contained in:
parent
cd512d3135
commit
706b4e9615
1 changed files with 0 additions and 18 deletions
|
@ -23,21 +23,3 @@ $LIBS << ' -lv8'
|
|||
CONFIG['LDSHARED'] = '$(CXX) -shared' unless RUBY_PLATFORM =~ /darwin/
|
||||
|
||||
create_makefile('v8')
|
||||
|
||||
# now add a few extra targets
|
||||
File.open("Makefile", "a") do |makefile|
|
||||
makefile.print <<EOF
|
||||
|
||||
test: all
|
||||
@echo running spec...
|
||||
spec -O spec/spec.opts spec/therubyracer_spec.rb
|
||||
|
||||
docs/cpp:
|
||||
mkdir -p docs/cpp
|
||||
|
||||
docs: all docs/cpp
|
||||
@echo Generate C++ docs to docs/cpp/html
|
||||
doxygen Doxyfile
|
||||
|
||||
EOF
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue