Revision bc1b050d
b/Makefile | ||
---|---|---|
31 | 31 |
distclean: clean |
32 | 32 |
rm -f config-host.mak config-host.h |
33 | 33 |
for d in $(TARGET_DIRS); do \ |
34 |
rm -f $$d/config.h $$d/config.mak || exit 1 ; \
|
|
34 |
rm -rf $$d || exit 1 ; \
|
|
35 | 35 |
done |
36 | 36 |
|
37 | 37 |
install: all |
Also available in: Unified diff