/
githubmirror
/
GoFrame
Обзор
Документация
Войти
/
githubmirror
/
GoFrame
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
cmd/gf/Makefile
17 строк
556 B
John Guo
command -> cmd
24 янв 2022, 09:49
24 янв 2022, 09:49
221082b
Код
Авторство
О чём код?
pack: pack.template-single pack.template-mono pack.template-single: @rm -fr temp @mkdir temp || exit 0 @cd temp && git clone https://github.com/gogf/template-single @rm -fr temp/template-single/.git @cd temp && gf pack template-single ../internal/packed/template-single.go -n=packed -y @rm -fr temp pack.template-mono: @rm -fr temp @mkdir temp || exit 0 @cd temp && git clone https://github.com/gogf/template-mono @rm -fr temp/template-mono/.git @cd temp && gf pack template-mono ../internal/packed/template-mono.go -n=packed -y @rm -fr temp