aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2022-09-29Fix Makefile execution on macOSMitchell Johnson
Apparently test execution under cargo is delegated and the --ignored flag was being consumed by cargo rather than the test executor. Pass the `--ignored` flag after a `--` to stop cargo processing the argument.
2022-04-08add makefile to test yaxpeax-arch with and without no-stdiximeow