]> andersk Git - libfaim.git/blob - utils/Makefile
More fixes.
[libfaim.git] / utils / Makefile
1 include Makefile.dynamicrules
2
3 UTIL_DIRS = faimtest #aimdump aimpasswd
4
5 utils_all: 
6         @dirs='$(UTIL_DIRS)'; \
7         for i in $$dirs; do \
8           cd $$i; \
9           $(MAKE); \
10           cd ..; \
11         done; 
12
13 clean:
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.253059 seconds and 5 git commands to generate.