Fix an error recovery routine that seems to not run often
[pilex.git] / Makefile
1 all: ndcode
2 #doc
3
4 doc: ndcode
5         ${MAKE} -C $@
6
7 ndcode:
8         ${MAKE} -C $@
9
10 clean:
11         ${MAKE} -C ndcode clean
12         #${MAKE} -C doc clean
13
14 .PHONY: all doc ndcode clean