summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMarty Connor2008-06-09 14:44:11 +0200
committerMarty Connor2008-06-09 14:44:11 +0200
commitfe3162ab1c84bd641d6cef50fa3c2a9e1bc4321a (patch)
tree9e8b6e950a37f4ce4d842a974efc5ac257174448 /src/Makefile
parent[Makefile] Add "+" to end of version string for git-generated images (diff)
downloadipxe-fe3162ab1c84bd641d6cef50fa3c2a9e1bc4321a.tar.gz
ipxe-fe3162ab1c84bd641d6cef50fa3c2a9e1bc4321a.tar.xz
ipxe-fe3162ab1c84bd641d6cef50fa3c2a9e1bc4321a.zip
[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 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'