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
# 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 %"