Only build DeforaOS.iso for known project modes
This commit is contained in:
parent
1ffd766137
commit
c65d2682c7
|
@ -1,6 +1,19 @@
|
|||
subdirs=arch,common,lib,drivers,kernel,loader
|
||||
targets=DeforaOS.iso
|
||||
dist=Makefile
|
||||
mode=i386-debug
|
||||
|
||||
#modes
|
||||
[mode::amd64-debug]
|
||||
targets=DeforaOS.iso
|
||||
|
||||
[mode::amd64-release]
|
||||
targets=DeforaOS.iso
|
||||
|
||||
[mode::i386-debug]
|
||||
targets=DeforaOS.iso
|
||||
|
||||
[mode::i386-release]
|
||||
targets=DeforaOS.iso
|
||||
|
||||
#targets
|
||||
[DeforaOS.iso]
|
||||
|
|
Loading…
Reference in New Issue
Block a user