diff --git a/Makefile.md b/Makefile.md index 6f41a48..76b1799 100644 --- a/Makefile.md +++ b/Makefile.md @@ -1 +1,30 @@ -cypress-test \ No newline at end of file +Here's a simple list of Makefile commands you can run using `make`. The [Makefile](https://github.com/hunterlong/statup/blob/master/Makefile) may change often, so i'll try to keep this Wiki up-to-date. + +- Ubuntu `apt-get install build-essential` +- MacOSX `sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer` +- Windows [Install Guide for GNU make utility](http://gnuwin32.sourceforge.net/packages/make.htm) +- CentOS/RedHat `yum groupinstall "Development Tools"` + +### Commands +```bash +make build # build the binary +make install +make run +make test +make coverage +make docs +# Building Statup +make build-all +make build-alpine +make docker +make docker-run +make docker-dev +make docker-run-dev +make databases +make dep +make dev-deps +make clean +make compress +make cypress-install +make cypress-test +``` \ No newline at end of file