Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

ターゲット以外も表示されてしまっている #13

Closed
515hikaru opened this issue Jan 28, 2018 · 0 comments
Closed

ターゲット以外も表示されてしまっている #13

515hikaru opened this issue Jan 28, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@515hikaru
Copy link
Owner

.DEFAULT_GOAL := help
## install this command
install:
        python3 setup.py install
## install for development
develop:
        python3 setup.py develop
## exec unit test
test: tests/test_make2help.py
        python3 -m unittest tests/test_make2help.py
## Show target list
help:
        @make2help

.PHONY: install develop test help

上記の Makefilemake help すると下記が起こる

.DEFAULT_GOAL :
install:        install this command
develop:        install for development
test:   exec unit test
help:   Show target list
.PHONY:

.PHONY.DEFAULT_GOAL を外す必要がある

@515hikaru 515hikaru added the bug Something isn't working label Jan 28, 2018
515hikaru added a commit that referenced this issue Aug 20, 2018
#13: . から始まるキーワードは無視
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant