b555aea2557773f329d7decbea4600ba594a36e0
[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.030544 seconds and 5 git commands to generate.