Don't write outside the requested range
[test-ssd.git] / Makefile
1 all:
2 ${CC} -O2 -Wall -o test-ssd-write test-ssd-write.c
3
4 .PHONY: clean
5 clean:
6 rm test-ssd-write
This page took 0.02858 seconds and 5 git commands to generate.