mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-07-23 09:09:57 +02:00
clean up
This commit is contained in:
4
Makefile
4
Makefile
@ -1,5 +1,5 @@
|
||||
BUILDDIR?=./build
|
||||
PROJS?=grs info blog os doc ci talk get oob
|
||||
PROJS?=grs info blog os doc talk get
|
||||
copyfiles = index.ls mimes.json
|
||||
main: copy
|
||||
for f in $(PROJS); do BUILDDIR=$(BUILDDIR)/"$${f}" make -C "$${f}" ; done
|
||||
@ -19,4 +19,4 @@ ar:
|
||||
clean:
|
||||
-for f in $(PROJS); do rm -r $(BUILDDIR)/"$${f}"; done
|
||||
-for f in $(copyfiles); do rm -r $(BUILDDIR)/"$${f}"; done
|
||||
-rm -r $(BUILDDIR)/silk
|
||||
-rm -r $(BUILDDIR)/silk
|
||||
|
Reference in New Issue
Block a user