Removed.
This commit is contained in:
parent
81a8af621a
commit
89521c76bb
|
|
@ -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\
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue