https://github.com/fclairamb/easymake
Makefile skeleton
https://github.com/fclairamb/easymake
Last synced: 3 months ago
JSON representation
Makefile skeleton
- Host: GitHub
- URL: https://github.com/fclairamb/easymake
- Owner: fclairamb
- Created: 2015-07-31T23:24:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:17:31.000Z (over 2 years ago)
- Last Synced: 2025-10-25T10:39:34.541Z (7 months ago)
- Language: Makefile
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# easymake
## Description
This is a sample Makefile skeleton. It can be used as is for pretty any C/C++ project.
I'm sure it can be simplified and made more elegant. Any contribution will be appreciated.
## Possible usage
sudo wget https://raw.githubusercontent.com/fclairamb/easymake/master/easymake.sh -O /usr/bin/easymake && sudo chmod a+rx /usr/bin/easymake
mkdir my_new_project
cd my_new_project
easymake