mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-07-17 06:09:50 +02:00
first commit
This commit is contained in:
10
info/Makefile
Normal file
10
info/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
BUILDDIR = ../build/info
|
||||
|
||||
copyfiles = fonts/ index.ls style.css font-awesome.css
|
||||
|
||||
main:
|
||||
- mkdir $(BUILDDIR)
|
||||
cp -rf $(copyfiles) $(BUILDDIR)
|
||||
|
||||
clean:
|
||||
rm -rf $(BUILDDIR)/*
|
Reference in New Issue
Block a user