This website requires JavaScript.
Explore
PVV
Wiki
Tokyo Drift Issues
Help
Sign In
Projects
/
psql-admtools
Archived
Watch
13
Star
0
Fork
0
You've already forked psql-admtools
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.
31db1ad3ae
psql-admtools
/
Makefile
5 lines
85 B
Makefile
Raw
Normal View
History
Unescape
Escape
Initial import
2007-02-13 21:57:45 +01:00
SUBDIR
=
psqldbadm psqluseradm
Allow things to compile (and hopfully work on Linux)
2010-05-11 15:59:30 +02:00
all
:
for
dir in
${
SUBDIR
}
;
do
(
cd
$$
dir
;
make
)
;
done
Reference in New Issue
Copy Permalink