Browse Source

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

tags/v0.9.4
Marty Connor 16 years ago
parent
commit
fe3162ab1c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/Makefile

+ 1
- 1
src/Makefile View File

45
 # If invoked with no build target, print out a helpfully suggestive
45
 # If invoked with no build target, print out a helpfully suggestive
46
 # message.
46
 # message.
47
 #
47
 #
48
-noargs : blib $(BIN)/NIC $(BIN)/gpxe.dsk $(BIN)/gpxe.iso $(BIN)/gpxe.usb
48
+noargs : blib $(BIN)/NIC $(BIN)/gpxe.dsk $(BIN)/gpxe.iso $(BIN)/gpxe.usb $(BIN)/undionly.kpxe
49
 	@$(ECHO) '==========================================================='
49
 	@$(ECHO) '==========================================================='
50
 	@$(ECHO)
50
 	@$(ECHO)
51
 	@$(ECHO) 'To create a bootable floppy, type'
51
 	@$(ECHO) 'To create a bootable floppy, type'

Loading…
Cancel
Save