From 2a30c9613da3c006582818c0af00fcef5423178c Mon Sep 17 00:00:00 2001 From: Ankit Kumar Date: Mon, 4 Feb 2019 22:12:43 +0530 Subject: [PATCH] Typos fix in makefile. change Individula to individual --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b4be120..dc3678d 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ TESTS = $(patsubst %.c,%,$(wildcard tests/*_test.c)) all: $(TESTS) $(foreach test,$(TESTS),$(shell ./$(test))) -# Individula test dependencies, tests are build by implicit rules +# Individual test dependencies, tests are build by implicit rules tests/slim_test_crashtest.c: slim_test.h tests/math_3d_test: math_3d.h slim_test.h tests/math_3d_test: LDLIBS += -lm @@ -22,4 +22,4 @@ tests/slim_gl_test: LDLIBS += -lGL # Clean all files in the .gitignore list, ensures that the ignore file is # properly maintained. Use bash to execute rm -rf so that wildcards get expanded. clean: - xargs --arg-file .gitignore --verbose -I % bash -c "rm -fr %" \ No newline at end of file + xargs --arg-file .gitignore --verbose -I % bash -c "rm -fr %" -- 2.20.1