This commit is contained in:
Federico Ponchio 2004-10-08 09:57:09 +00:00
parent 81a8af621a
commit 89521c76bb
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
ADIRS=./*
MAKE = make
app:
@for DIRS in apps/$(ADIRS);do \
(cd $${DIRS}; $(MAKE) app ) \
done\
clean:
@for DIRS in apps/$(ADIRS);do \
(cd $${DIRS}; rm *.o ) \
done\