File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9090 build/dist/*.rom
9191 build/dist/*.bin
9292 build/dist/*.nabu
93- build/dist/*.npz
93+ build/dist/*.sg
9494
9595 linux :
9696 runs-on : ubuntu-latest
@@ -141,7 +141,7 @@ jobs:
141141 build/dist/*.rom
142142 build/dist/*.bin
143143 build/dist/*.nabu
144- build/dist/*.npz
144+ build/dist/*.sg
145145
146146 macos :
147147 runs-on : macos-latest
@@ -198,4 +198,4 @@ jobs:
198198 build/dist/*.rom
199199 build/dist/*.bin
200200 build/dist/*.nabu
201- build/dist/*.npz
201+ build/dist/*.sg
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ add_custom_command(
184184add_custom_target (nabu_mame_package DEPENDS "${CMAKE_BINARY_DIR} /dist/pico9918_${VERSION} _nabu_mame.npz" )
185185
186186# Master target to build all platforms
187- add_custom_target (configurator_all DEPENDS ti99 ti99_f18a coleco msx_asc16 msx_konami nabu creativision nabu_mame_package)
187+ add_custom_target (configurator_all DEPENDS ti99 ti99_f18a coleco msx_asc16 msx_konami nabu creativision sg1000 nabu_mame_package)
188188
189189# Print build information
190190message (STATUS "PICO9918 Configurator CMake Configuration" )
@@ -197,4 +197,4 @@ if(XAS99_SCRIPT)
197197else ()
198198 message (STATUS "XAS99: NOT FOUND (TI-99 builds will be limited)" )
199199endif ()
200- message (STATUS "Firmware: ${FIRMWARE_FILE} " )
200+ message (STATUS "Firmware: ${FIRMWARE_FILE} " )
You can’t perform that action at this time.
0 commit comments