Commit 9abed416 by Hampton Catlin

who likes a makefile? i do!

parent ab547d27
build: sassc.cpp document.cpp node.cpp token.cpp prelexer.cpp
g++ -o bin/sassc sassc.cpp document.cpp node.cpp token.cpp prelexer.cpp
test: build
ruby spec.rb spec/basic/
\ No newline at end of file
...@@ -8,7 +8,7 @@ spec_count = 0 ...@@ -8,7 +8,7 @@ spec_count = 0
puts("Running tests in #{searchpath}..\n\n") puts("Running tests in #{searchpath}..\n\n")
Dir[File.join(searchpath + "**/input.*")].each do |input_file| Dir[File.join(searchpath + "***/input.*")].each do |input_file|
spec_count += 1 spec_count += 1
spec_dir = File.dirname(input_file) spec_dir = File.dirname(input_file)
cmd = "./bin/sassc #{input_file}" cmd = "./bin/sassc #{input_file}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment