]> andersk Git - libfaim.git/blobdiff - utils/Makefile
- Mon Feb 26 01:46:34 UTC 2001
[libfaim.git] / utils / Makefile
index ae11c4e1dafaadb0e67fbaea943d38531e33b69e..4f73debfa19caaecdf3082f284b0cbae1cf3dc16 100644 (file)
@@ -1,20 +1,16 @@
 include Makefile.dynamicrules
 
-UTIL_DIRS = faimtest #aimpasswd
+UTIL_DIRS = faimtest #aimdebugd aimdump aimpasswd
 
 utils_all: 
        @dirs='$(UTIL_DIRS)'; \
        for i in $$dirs; do \
-         cd $$i; \
-         make; \
-         cd ..; \
+         $(MAKE) -C $$i; \
        done; 
 
 clean:
        @dirs='$(UTIL_DIRS)'; \
        for i in $$dirs; do \
-         cd $$i; \
-         make clean; \
-         cd ..; \
+         $(MAKE) -C $$i clean; \
        done;
        @rm -f Makefile.dynamicrules
This page took 0.093133 seconds and 4 git commands to generate.