index
:
manut/vorlesung
master
schulung
vorlesung
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
frameworks
/
Makefile
blob: 72cada2e79ee8fbaddff0beb40c0db8018101654 (
plain
)
1
2
3
4
5
6
SUBDIRS = `ls -1` all clean:: for dir in $(SUBDIRS) ; do \ (cd $$dir && make $@); \ done