mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 13:04:28 +00:00
8 lines
72 B
Makefile
8 lines
72 B
Makefile
.PHONY: all clean
|
|
|
|
all:
|
|
./make-img.sh test.img
|
|
|
|
clean:
|
|
rm -f test.img
|