diff options
author | Marty Connor <mdc@etherboot.org> | 2008-06-09 08:44:11 -0400 |
---|---|---|
committer | Marty Connor <mdc@etherboot.org> | 2008-06-09 08:44:11 -0400 |
commit | fe3162ab1c84bd641d6cef50fa3c2a9e1bc4321a (patch) | |
tree | 9e8b6e950a37f4ce4d842a974efc5ac257174448 | |
parent | db5f64ecdc7ac23681dc9478a107e075fc6b23e7 (diff) | |
download | ipxe-fe3162ab1c84bd641d6cef50fa3c2a9e1bc4321a.tar.gz |
[Makefile] Add $(BIN)/undionly.kpxe as default build target
-rw-r--r-- | src/Makefile | 2 |
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' |