cvw/linux/sdcard/Makefile

8 lines
72 B
Makefile
Raw Normal View History

.PHONY: all clean
all:
./make-img.sh test.img
clean:
rm -f test.img