]> andersk Git - libfaim.git/blame - utils/Makefile
- Fri Jun 2 23:27:28 UTC 2000
[libfaim.git] / utils / Makefile
CommitLineData
9de3ca7e 1include Makefile.dynamicrules
2
9ba272ca 3UTIL_DIRS = aimdump faimtest #aimpasswd
9de3ca7e 4
5utils_all:
6 @dirs='$(UTIL_DIRS)'; \
7 for i in $$dirs; do \
8 cd $$i; \
9 make; \
10 cd ..; \
11 done;
12
13clean:
14 @dirs='$(UTIL_DIRS)'; \
15 for i in $$dirs; do \
16 cd $$i; \
17 make clean; \
18 cd ..; \
19 done;
20 @rm -f Makefile.dynamicrules
This page took 0.057636 seconds and 5 git commands to generate.