Parent Directory
|
Revision Log
Hack an install target for OSDK binaries FIXME: rules.mk should be included at the bottom of makefiles TODO: install documentation and everything else as well
1 | SUBDIRS := oric osdk |
2 | |
3 | all install clean: |
4 | @for d in $(SUBDIRS); do \ |
5 | $(MAKE) -C "$$d" $(MAKECMDGOALS) || exit $?; \ |
6 | done |
7 |
ViewVC Help | |
Powered by ViewVC 1.1.26 |