star-2d

Contour structuring for efficient 2D geometric queries
git clone git://git.meso-star.fr/star-2d.git
Log | Files | Refs | README | LICENSE

commit 15893bcc5536597ef38262d048d4a0701b91d816
parent aa983453bad56a10a92f230b4c3ac92e041c5969
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 20 Oct 2023 16:06:09 +0200

Correction of typographical problems in the Makefile

Use of tabs and spaces according to expected source formatting.

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -60,9 +60,9 @@ libs2d.o: $(OBJ) .config: Makefile config.mk @if ! $(PKG_CONFIG) --atleast-version $(RSYS_VERSION) rsys; then \ - echo "rsys $(RSYS_VERSION) not found" >&2; exit 1; fi + echo "rsys $(RSYS_VERSION) not found" >&2; exit 1; fi @if ! $(PKG_CONFIG) --atleast-version $(EMBREE_VERSION) embree4; then \ - echo "embree $(EMBREE_VERSION) not found" >&2; exit 1; fi + echo "embree $(EMBREE_VERSION) not found" >&2; exit 1; fi @echo "config done" > .config .SUFFIXES: .c .d .o