2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-13 23:01:31 +00:00

[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

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'