frontend-apps/Makefile
2024-04-01 09:40:21 +03:00

13 lines
212 B
Makefile

HOOK_NAME=pre-push
HOOK_PATH=.git/hooks/$(HOOK_NAME)
build_repo:
@echo "Building repo..."
cd repo && make build
@echo "Building success!"
packs_list:
cd repo && make packs_list
list_packs:
make packs_list