244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
|
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
|
-
+
|
${PROG_NOINST}.arm9: ${PROG_NOINST}
arm-none-eabi-objcopy -O binary $< $@
${PROG_NOINST}.nds: ${PROG_NOINST}.arm9 testfile.txt
rm -fr nds-data
mkdir -p nds-data
cp testfile.txt nds-data
ndstool -c $@ -9 ${PROG_NOINST} -d nds-data
ndstool -c $@ -7 ${DEVKITPRO}/calico/bin/ds7_maine.elf -9 ${PROG_NOINST} -d nds-data
rm -fr nds-data
${PROG_NOINST}.nro: ${PROG_NOINST} testfile.txt
rm -fr romfs
mkdir -p romfs
cp testfile.txt romfs
nacptool --create "ObjFW tests" "Jonathan Schleifer" \
|