.PHONY: yzlui yzlui: make -C file-dialog file-dialog.o make -C src/ ../yzlui static: make -C file-dialog file-dialog.o make -C src/ ../yzlui.static minimal: make -C file-dialog file-dialog.o make -C src/ ../yzlui.minimal pure: make -C file-dialog file-dialog.o make -C src/ ../yzlui.purify clean: make -C file-dialog clean make -C src/ clean