We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Has to be guarded by a flag since it requires gcc
gcc
.PHONY: generic-test generic-test: default $(STACK_CMD) build --test --no-run-tests --haddock --no-haddock-deps --pedantic $(STACK_CMD) test $(TEST_TARGETS) $(STACK_CMD) exec -- ivory-c-clang-test $(IVORY_EX_TEST_DIR) cp ivory-examples/data/*.h $(IVORY_EX_TEST_DIR)/ cd $(IVORY_EX_TEST_DIR) && \ gcc -Wall -Wextra -Werror \ -Wno-missing-field-initializers \ -Wno-unused-parameter \ -Wno-unused-variable \ -DIVORY_DEPLOY -I. -std=c99 -c \ *.c *.h
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Has to be guarded by a flag since it requires
gcc
The text was updated successfully, but these errors were encountered: