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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 29, 2024
a3289e5 · Mar 29, 2024
Mar 8, 2023
Nov 9, 2023
Mar 14, 2023
Mar 14, 2023
Mar 8, 2023
Mar 8, 2023
Mar 8, 2023
Mar 29, 2024
Mar 18, 2024
Mar 6, 2023
Mar 8, 2023

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