shithub: riscv

ref: 699d2e0ed94bd545bb3dd8c64a3922f56f273f0e
dir: /sys/src/cmd/cwfs/mkfile/

View raw version
default:V: all

all allall first default clean nuke install installall safeinstall safeinstallall update man:V:
	cd cwfs64x && mk $target

emelie.%:V:
	cd emelie && mk $stem
fs64.%:V:
	cd fs64 && mk $stem
cwfs64.%:V:
	cd cwfs64 && mk $stem
cwfs64x.%:V:
	cd cwfs64x && mk $stem

cleanall:V: clean emelie.clean fs64.clean cwfs64.clean cwfs64x.clean