summaryrefslogtreecommitdiff
path: root/Makefile
blob: a9d00103f03ed817710b68e858dde6e15fa1c7ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUBDIRS = kernel-devel linux-basics realtime application-devel flash-memory frameworks

default:
	make all

all clean::
	for dir in $(SUBDIRS) ; do \
		(cd $$dir && make $@); \
	done

pdf::
	rm -rf pdf
	mkdir pdf
	find . -name *.pdf | xargs cp -t pdf/