From: Ankit Kumar Date: Mon, 4 Feb 2019 16:42:43 +0000 (+0530) Subject: Typos fix in makefile. X-Git-Url: https://git.owens.tech///git?a=commitdiff_plain;h=2a30c9613da3c006582818c0af00fcef5423178c;p=forks%2Fsingle-header-file-c-libs.git Typos fix in makefile. change Individula to individual --- 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 %"