Commit bcf9a9c7 by Hampton Catlin

auto-run the context tests

parent b5aa00a0
CC=gcc
CFLAGS=-I.
BIN=bin/
sassc: sassc.o
$(CC) -o $(BIN)sassc sassc.o libsass.o
......@@ -11,6 +12,18 @@ libsass.o: bstr
bstr: bstr/bsafe.o
bstr/bsafe.o:
build: prefix.o context.o exception.o
prefix.o:
context.o:
exception.o:
test_context: context.o test_context.o
$(CC) -o $(BIN)test_context test_context.o context.o
./$(BIN)test_context
test_context.o:
clean:
rm -rf *.o
rm -rf sassc
\ 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