summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: b561b76a0c4f23777a1b032eedaf000b85878e7f (plain)
1
2
3
4
5
6
7
8
9
SUBDIRS=from_timex from_others from_toebes

default:
	for i in ${SUBDIRS}; do ${MAKE} -C $$i; done


clean:
	for i in ${SUBDIRS}; do ${MAKE} -C $$i $@; done