Mostly some pedantic changes such that `make clean' always ignores errors. Also changed the top clean target to do the `touch configs/current' dance instead of realclean.
13 lines
113 B
Makefile
13 lines
113 B
Makefile
|
|
TOP = ../..
|
|
include $(TOP)/configs/current
|
|
|
|
|
|
default:
|
|
cd mini && $(MAKE)
|
|
|
|
|
|
clean:
|
|
-@cd mini && $(MAKE) clean
|
|
|