https://github.com/koaning/makefile-demo
just a demo of a makefile in action
https://github.com/koaning/makefile-demo
Last synced: 19 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T16:28:58.000Z (over 3 years ago)
- Last Synced: 2025-01-29T20:59:51.777Z (23 days 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
```