dashboard
repositories
filestore
activity
search
login
fcloud
/
qtl
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Add support for PostgreSQL
znone
2021-02-02
31e241f559537a176869bf2aab5d37289e857a82
[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