nix-test 0.0.1

Testing helpers for Nix
Documentation
OUT    = libnixtest.a
CFLAGS = -fPIC -D$(OS)
OBJS   = errno.o

$(OUT): $(OBJS)
	ar -rcs $@ $^

clean:
	rm -f $(OBJS)
	rm -f $(OUT)