dashboard
repositories
filestore
activity
search
login
fcloud
/
qtl
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
提供以标准流的方式直接操纵MySQL的BLOB字段 修正一些错误
znone
2019-05-13
f046bd8361574f0823001bc06ad00032d7192ba8
[fcloud/qtl.git]
/
test
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
PRJ = $(wildcard *.mak)
all : $(PRJ)
@for i in $(PRJ); do \
make -f $$i all;\
done
clean: $(PRJ)
@for i in $(PRJ); do \
make -f $$i clean; \
done