]> err.no Git - scalable-opengroupware.org/blob - UI/Templates/GNUmakefile
8b9813f662ae08eef1bbc8d6362fe9500dc98094
[scalable-opengroupware.org] / UI / Templates / GNUmakefile
1 # GNUstep makefile
2
3 validate-wox:
4         xmllint --noout *.wox
5
6 all :: validate-wox
7
8 install :: all
9
10 clean ::
11
12 distclean :: clean
13
14 uninstall ::