From fe3162ab1c84bd641d6cef50fa3c2a9e1bc4321a Mon Sep 17 00:00:00 2001 From: Marty Connor Date: Mon, 9 Jun 2008 08:44:11 -0400 Subject: [PATCH] [Makefile] Add $(BIN)/undionly.kpxe as default build target --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index c0b29ee0..26d9ee87 100644 --- a/src/Makefile +++ b/src/Makefile @@ -45,7 +45,7 @@ DOXYGEN := doxygen # If invoked with no build target, print out a helpfully suggestive # message. # -noargs : blib $(BIN)/NIC $(BIN)/gpxe.dsk $(BIN)/gpxe.iso $(BIN)/gpxe.usb +noargs : blib $(BIN)/NIC $(BIN)/gpxe.dsk $(BIN)/gpxe.iso $(BIN)/gpxe.usb $(BIN)/undionly.kpxe @$(ECHO) '===========================================================' @$(ECHO) @$(ECHO) 'To create a bootable floppy, type'