Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Makefile] Add $(BIN)/undionly.kpxe as default build target
  • Loading branch information
Marty Connor committed Jun 9, 2008
1 parent db5f64e commit fe3162a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -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'
Expand Down

0 comments on commit fe3162a

Please sign in to comment.