david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[Makefile] Add $(BIN)/undionly.kpxe as default build target

This commit is contained in:
Marty Connor 2008-06-09 08:44:11 -04:00
parent db5f64ecdc
commit fe3162ab1c
1 changed files with 1 additions and 1 deletions

View File

@ -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'