tools/toCOPY/mock_overlay/Makefile

9 lines
117 B
Makefile

all:
make -C mount_wrappers all
clean:
make -C mount_wrappers clean
install: all
make -C mount_wrappers install