Skip to content

The set of Makefiles spiced with shell scripts to make development easier

License

Notifications You must be signed in to change notification settings

alecrabbit/dev-app-makefile

Repository files navigation

DAM 🦫 aka dev-app-makefile

The set of Makefiles spiced with shell scripts to make development easier

WIP

wget -qO- "https://github.com/alecrabbit/dev-app-makefile/archive/refs/tags/0.0.33.tar.gz" \
| tar -xz && shopt -s dotglob && cp -rv dev-app-makefile-0.0.33/* . \
&& shopt -u dotglob && rm -r dev-app-makefile-0.0.33 && ./install && make upgrade
wget -qO- "https://github.com/alecrabbit/dev-app-makefile/archive/refs/heads/main.tar.gz" \
| tar -xz && shopt -s dotglob && cp -rv dev-app-makefile-main/* . \
&& shopt -u dotglob && rm -r dev-app-makefile-main && ./install && make upgrade c=main
wget -qO- "https://github.com/alecrabbit/dev-app-makefile/archive/refs/heads/dev.tar.gz" \
| tar -xz && shopt -s dotglob && cp -rv dev-app-makefile-dev/* . \
&& shopt -u dotglob && rm -r dev-app-makefile-dev && ./install && make upgrade c=dev

About

The set of Makefiles spiced with shell scripts to make development easier

Resources

License

Stars

Watchers

Forks

Packages

No packages published