5 lines
85 B
Makefile
5 lines
85 B
Makefile
SUBDIR= psqldbadm psqluseradm
|
|
|
|
all:
|
|
for dir in ${SUBDIR}; do (cd $$dir; make); done
|