The Wayback Machine - https://web.archive.org/web/20201103210042/https://github.com/topics/aio
Skip to content
#

aio

Here are 97 public repositories matching this topic...

Arfey
Arfey commented Apr 16, 2020

Will be great have approach to put some arguments for make test or commands some like this.

For that we need add some like that into Makefile.

# arguments
FIRST_ARG := $(firstword $(MAKECMDGOALS))
ARGS = $(filter-out $@,$(MAKEOVERRIDES) $(MAKECMDGOALS))
MAKEFILE_PATH := $(abspath $(firstword $(MAKEFILE_LIST)))

%:
	@:

and after that add ${ARGS} to our commands

te

Improve this page

Add a description, image, and links to the aio topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aio topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.