瀏覽代碼

Strip comments out of code before packing CFS

This shrinks the CFS size to 21k from nearly 64K. This will allow me to
kick the can down the road a bit with regards to supporting storage
seek/tell greater than 64K.

I'll get to it, but first, I want to assemble zasm with zasm!
pull/10/head
Virgil Dupras 5 年之前
父節點
當前提交
93e40aeb09
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      tools/emul/Makefile

+ 1
- 0
tools/emul/Makefile 查看文件

@@ -17,6 +17,7 @@ zasm/user.h: zasm/user.asm
zasm/includes.cfs: ../../parts/z80 $(CFSPACK) zasm/includes.cfs: ../../parts/z80 $(CFSPACK)
cp -rf $< zasm/includes cp -rf $< zasm/includes
rm zasm/includes/README.md rm zasm/includes/README.md
find zasm/includes -type f -exec sed -i -e 's/;.*//g' {} \;
$(CFSPACK) zasm/includes > $@ $(CFSPACK) zasm/includes > $@
rm -rf zasm/includes rm -rf zasm/includes




Loading…
取消
儲存