postgis/utils/Makefile
Sandro Santilli f26a41af99 Added utils rule to set the execute bit on utilities.
git-svn-id: http://svn.osgeo.org/postgis/trunk@1515 b70326c6-7e19-0410-871a-916f4a2858ee
2005-03-08 12:11:29 +00:00

9 lines
132 B
Makefile

SCRIPTS = \
postgis_restore.pl \
profile_intersects.pl \
test_estimation.pl \
test_joinestimation.pl
all:
chmod +x $(SCRIPTS)