sogo/UI/Templates/MailPartViewers/GNUmakefile

13 lines
124 B
Makefile

# GNUstep makefile
validate-wox:
xmllint --noout *.wox
all :: validate-wox
install :: all
clean ::
distclean :: clean