link-stack/packages/zammad-addon-metamigo/Makefile

21 lines
251 B
Makefile
Raw Normal View History

2023-02-13 12:41:30 +00:00
.PHONY: build prep clean fmt new-migration
build: prep
@./package.py
@find dist/ -iname "*szpm"
prep:
@mkdir -p dist
clean: prep
@rm -rf dist/*
fmt:
rufo --simple-exit src
new-migration:
@./new-migration.py
test:
@echo There are no tests