aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMarty Connor <mdc@etherboot.org>2008-06-09 08:44:11 -0400
committerMarty Connor <mdc@etherboot.org>2008-06-09 08:44:11 -0400
commitfe3162ab1c84bd641d6cef50fa3c2a9e1bc4321a (patch)
tree9e8b6e950a37f4ce4d842a974efc5ac257174448 /src/Makefile
parentdb5f64ecdc7ac23681dc9478a107e075fc6b23e7 (diff)
downloadipxe-fe3162ab1c84bd641d6cef50fa3c2a9e1bc4321a.tar.gz
[Makefile] Add $(BIN)/undionly.kpxe as default build target
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index c0b29ee04..26d9ee874 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'