Update list
[test-ssd.git] / Makefile
CommitLineData
e3027339
MD
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.021501 seconds and 4 git commands to generate.