summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 455e276d..d764825c 100644
--- a/Makefile
+++ b/Makefile
@@ -46,15 +46,20 @@ OBSOLETE = pxelinux.bin
# Things to install in /usr/bin
INSTALL_BIN = syslinux gethostip ppmtolss16 lss16toppm
-all: $(BTARGET) $(ITARGET) samples
- ls -l $(BTARGET) $(ITARGET)
+all: $(BTARGET) $(ITARGET) samples memdisk
+ ls -l $(BTARGET) $(ITARGET) memdisk/memdisk
installer: $(ITARGET) samples
ls -l $(BTARGET) $(ITARGET)
+.PHONY: samples
samples:
$(MAKE) -C sample all
+.PHONY: memdisk
+memdisk:
+ $(MAKE) -C memdisk all
+
# The DATE is set on the make command line when building binaries for
# official release. Otherwise, substitute a hex string that is pretty much
# guaranteed to be unique to be unique from build to build.