1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 02:18:20 +01:00
antd-web-apps/blog/Makefile
lxsang 7ede87e962
Some checks failed
gitea-sync/antd-web-apps/pipeline/head There was a failure building this commit
update: cleanup make file
2023-05-24 16:33:05 +02:00

7 lines
161 B
Makefile

copyfiles = assets views models controllers router.lua
main:
- mkdir -p $(BUILDDIR)
cp -rvf $(copyfiles) $(BUILDDIR)
- cd $(BUILDDIR) && ln -s ../grs ./rst