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