Typos fix in makefile.
authorAnkit Kumar <ankits.kvmdam@hotmail.com>
Mon, 4 Feb 2019 16:42:43 +0000 (22:12 +0530)
committerStephan Soller <stephan.soller@helionweb.de>
Mon, 4 Feb 2019 18:53:00 +0000 (19:53 +0100)
change Individula to individual

Makefile

index b4be120..dc3678d 100644 (file)
--- 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 %"