Makefile: Include CHANGES.md in the distribution.
1 files changed, 2 insertions(+), 2 deletions(-) M Makefile
M Makefile +2 -2
@@ 7,9 7,9 @@ all: java -jar tools/glass.jar -I gen src/ROM.asm bin/synthe6.rom bin/synthe6.sym dist: all - cp README.md LICENSE bin/ + cp README.md CHANGES.md LICENSE bin/ rm -f bin/synthesix.zip - cd bin && zip synthesix.zip synthe6.rom README.md LICENSE + cd bin && zip synthesix.zip synthe6.rom README.md CHANGES.md LICENSE copy: all cp bin/synthe6.rom $(COPY_TARGET)/