From: Sandro Santilli Date: Mon, 11 Oct 2004 12:23:34 +0000 (+0000) Subject: Added test.o to cleanup list X-Git-Tag: pgis_1_0_0RC1~296 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a2c547af6138433dc37b0cc77a245d4f996faf9;p=postgis Added test.o to cleanup list git-svn-id: http://svn.osgeo.org/postgis/trunk@983 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/Makefile b/lwgeom/Makefile index 573825657..5a31c8e41 100644 --- a/lwgeom/Makefile +++ b/lwgeom/Makefile @@ -152,7 +152,7 @@ clean distclean maintainer-clean: clean-lib rm -f $(OTHERS) rm -f liblwgeom_sa.o rm -f liblwgeom_sa.so - rm -f test + rm -f test test.o liblwgeom_sa.o: liblwgeom.c $(CC) -DSTANDALONE -o $@ -c $<