Minor updates

This commit is contained in:
Andrew Alderwick 2021-06-27 18:56:21 +01:00
parent ba50624994
commit f334086721
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ else
CORE='src/uxn-fast.c'
fi
echo "Building.."
cc ${CFLAGS} src/uxnasm.c -o bin/uxnasm
cc ${CFLAGS} ${CORE} src/devices/ppu.c src/devices/apu.c src/uxnemu.c ${UXNEMU_LDFLAGS} -o bin/uxnemu
cc ${CFLAGS} ${CORE} src/uxncli.c -o bin/uxncli