dashboard
repositories
filestore
activity
search
login
fcloud
/
qtl
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Query_iterator remove std::iterator. MySQL: Fix some error. PostgreSQL: Sup...
znone
2021-10-05
6a6b55518847de8d8de8b963a117c53f0c93f67f
[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