blob: bbfb68318a2d9eee4fcbeac055a1c9afafe4d055 [file] [log] [blame]
David Reissac549552008-06-10 22:56:59 +00001MODULES = \
2 src
3
4all clean docs:
5 for dir in $(MODULES); do \
6 (cd $$dir; ${MAKE} $@); \
7 done
David Reissddb67472008-06-11 01:12:58 +00008
9install: all
10 echo 'No install target, sorry.'
David Reisscc0c9e92008-06-11 01:16:29 +000011
12check: all
13
14distclean: clean
15
16# Hack to make "make dist" work.
17# This should not work, but it appears to.
18distdir: