Commit c9ed7926 by Hampton Catlin

make clean

parent 9abed416
...@@ -5,3 +5,7 @@ build: sassc.cpp document.cpp node.cpp token.cpp prelexer.cpp ...@@ -5,3 +5,7 @@ build: sassc.cpp document.cpp node.cpp token.cpp prelexer.cpp
test: build test: build
ruby spec.rb spec/basic/ ruby spec.rb spec/basic/
clean:
rm -rf *.o
rm -rf bin/*
\ No newline at end of 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