source: bootcd/isolinux/syslinux-6.03/diag/Makefile

Last change on this file was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 232 bytes
RevLine 
[e16e8f2]1SUBDIRS = mbr geodsp
2
3all tidy dist clean spotless install:
4        @mkdir -p $(addprefix $(OBJ)/,$(SUBDIRS))
5        set -e; for d in $(SUBDIRS); \
6                do $(MAKE) -C $(OBJ)/$$d -f $(SRC)/$$d/Makefile \
7                SRC="$(SRC)"/$$d OBJ="$(OBJ)"/$$d $@; done
Note: See TracBrowser for help on using the repository browser.