diff --git a/gui/m291/makefile b/gui/m291/makefile index 61f29d5..5511e2a 100644 --- a/gui/m291/makefile +++ b/gui/m291/makefile @@ -17,8 +17,10 @@ install: ${ROM} @ cp ${ROM} ${DIR} uninstall: @ rm -f ${DIR}/${ID}.rom -archive: all - @ cp ${ID}.tal ../../../oscean/etc/${ID}.tal.txt +archive: + cat src/${ID}.tal src/assets.tal | sed 's/~[^[:space:]]\+//' > ~/Git/oscean/etc/${ID}.tal.txt + uxnasm ~/Git/oscean/etc/${ID}.tal.txt ${ROM} + @ ${EMU} ${ROM} .PHONY: all clean lint run install uninstall archive