]> git.argeo.org Git - gpl/argeo-tp.git/blob - Makefile
7ef8ec03118279a5a051b8d47e41058052277b89
[gpl/argeo-tp.git] / Makefile
1 .PHONY: clean all
2
3 all:
4 make -C org.argeo.tp all
5 make -C org.argeo.tp.utils all
6
7 clean:
8 make -C org.argeo.tp clean
9 make -C org.argeo.tp.utils clean
10