pointcloud/Makefile
Paul Ramsey 1a048c64a0 Get build working with cunit
tests in place.
2013-01-09 15:19:13 -08:00

18 lines
268 B
Makefile

all install uninstall noop clean distclean:
$(MAKE) -C core $@
$(MAKE) -C postgis $@
check:
$(MAKE) -C core $@
astyle:
find . \
-name "*.c" \
-type f \
-or \
-name "*.h" \
-type f \
-exec astyle --style=ansi --indent=tab --suffix=none {} ';'