I have not known this🥺
# Makefile
DEFAULT=fuga
test:
@echo $(DEFAULT)
# shell
$ make
# -> fuga
$ make DEFAULT=hoge
# -> hoge
Reference
https://stackoverflow.com/questions/2826029/passing-additional-variables-from-command-line-to-make
I have not known this🥺
# Makefile
DEFAULT=fuga
test:
@echo $(DEFAULT)
# shell
$ make
# -> fuga
$ make DEFAULT=hoge
# -> hoge
Reference
https://stackoverflow.com/questions/2826029/passing-additional-variables-from-command-line-to-make
For further actions, you may consider blocking this person and/or reporting abuse
Antony Nyagah -
razz1000 -
Clément Di Domenico -
Dmitrii -
Top comments (0)