https://github.com/alswl/makefile-go
makefile scaffold for Go project
https://github.com/alswl/makefile-go
Last synced: 6 months ago
JSON representation
makefile scaffold for Go project
- Host: GitHub
- URL: https://github.com/alswl/makefile-go
- Owner: alswl
- Created: 2024-07-07T06:37:33.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-09-12T00:10:30.000Z (11 months ago)
- Last Synced: 2025-10-10T22:42:47.395Z (10 months ago)
- Language: Makefile
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# makefile-go
makefile-go scaffold for Go project.
## Usage
```
cd ../your-project
cp -r path-to/makefile-go/hack .
cp -r path-to/makefile-go/Makefile .
# edit the Makefile, change the variables
```