Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koaning/makefile-demo
just a demo of a makefile in action
https://github.com/koaning/makefile-demo
Last synced: 15 days ago
JSON representation
just a demo of a makefile in action
- Host: GitHub
- URL: https://github.com/koaning/makefile-demo
- Owner: koaning
- Created: 2020-02-09T13:09:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T16:28:58.000Z (over 3 years ago)
- Last Synced: 2024-10-03T10:34:35.201Z (about 1 month ago)
- Language: Makefile
- Size: 1000 Bytes
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- jimsghstars - koaning/makefile-demo - just a demo of a makefile in action (Makefile)
README
# readme
Assuming you're in a virtual environment and you
would like to get started, you can do so by running;```
make dev
```If you want to run the checks simply run;
```
make check
```