dashboard
repositories
filestore
activity
search
login
fcloud
/
qtl
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
PostgreSQL: support binary data PostgreSQl: add database pool
znone
2021-02-26
a2b2faa6019572388248617d0ac740bde95feb74
[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