parser eats the example program

This commit is contained in:
anon
2024-07-05 07:48:18 +02:00
parent f003436f7b
commit 4cb50c92eb
5 changed files with 44 additions and 9 deletions

View File

@ -62,8 +62,8 @@ bootstrap:
./library/bootstrap.sh
test: ${OUT}
fcpp -C -LL debug/xop.eax > debug/xop.eax.pp
${WRAP} ./${OUT} debug/xop.eax.pp
#fcpp -C -LL debug/xop.eax > debug/xop.eax.pp
${WRAP} ./${OUT} debug/xop.eax
clean:
-rm ${OUT} ${OBJECT} ${GENOBJECT} ${GENSOURCE}