This website requires JavaScript.
Explore
PVV
Wiki
Tokyo Drift Issues
Help
Sign In
Projects
/
psql-admtools
Archived
Watch
13
Star
0
Fork
You've already forked psql-admtools
0
Code
Issues
Pull Requests
Activity
This repository has been archived on
2024-07-04
. You can view files and clone it, but cannot push or open issues or pull requests.
main
psql-admtools
/
Makefile
5 lines
85 B
Makefile
Raw
Permalink
Blame
History
SUBDIR
=
psqldbadm psqluseradm
all
:
for
dir in
${
SUBDIR
}
;
do
(
cd
$$
dir
;
make
)
;
done
Reference in New Issue
View Git Blame
Copy Permalink