postgis/utils/Makefile
Sandro Santilli a5815310b0 Add 'distclean' to the SUBDIRS target
git-svn-id: http://svn.osgeo.org/postgis/trunk@6416 b70326c6-7e19-0410-871a-916f4a2858ee
2010-12-16 16:28:28 +00:00

20 lines
314 B
Makefile

SCRIPTS = \
postgis_restore.pl \
create_undef.pl \
postgis_proc_upgrade.pl \
profile_intersects.pl \
test_estimation.pl \
test_joinestimation.pl
all:
chmod +x $(SCRIPTS)
# We don't install utils (why?)
install uninstall:
# There's nothing to clean
clean distclean:
# And there's nothing to check
check: