https://github.com/berquerant/makedepdump
List make targets.
https://github.com/berquerant/makedepdump
bash make
Last synced: 8 months ago
JSON representation
List make targets.
- Host: GitHub
- URL: https://github.com/berquerant/makedepdump
- Owner: berquerant
- Created: 2023-11-05T06:44:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T06:45:05.000Z (over 2 years ago)
- Last Synced: 2025-03-31T11:31:04.504Z (about 1 year ago)
- Topics: bash, make
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# makedepdump
List make targets.
# Usage
``` shell
cd path/to/makefile_dir
./makedepdump.sh
# or
./makedepdump.sh -C path/to/makefile_dir
```