From 526a20fff85e5f7fa3af7d5ab42699257601b898 Mon Sep 17 00:00:00 2001 From: Damian Yerrick Date: Wed, 13 Mar 2019 22:02:45 -0400 Subject: [PATCH] v0.05wip11 --- CHANGES.txt | 2 +- makefile | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 578d420..e63167f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -0.05wip11 (future) +0.05wip11 (2019-03-14) * Attack track allows grace notes (#35, reported by retrodpc) * Channel volume in attack track is ignored rather than clobbering another variable (#35, reported by retrodpc) diff --git a/makefile b/makefile index 6b54498..638710a 100644 --- a/makefile +++ b/makefile @@ -11,7 +11,7 @@ # These are used in the title of the NES program and the zip file. title := pently -version := 0.05wip10 +version := 0.05wip11 # Name of Pently score for main targets "pently.nes" and "pently.nsf" # is audio/$(scorename).pently, such as audio/musicseq.pently. @@ -162,7 +162,6 @@ $(objdir)/%.ftm.txt: audio/%.0cc $(objdir)/%.pently: $(objdir)/%.ftm.txt $(FT2P) -i $< -o $@ - $(objdir)/%.s: tools/pentlyas.py $(objdir)/%.pently $(PY) $^ -o $@ --write-inc $(@:.s=-titles.inc) --periods 76 $(objdir)/%-rmarks.s: tools/pentlyas.py $(objdir)/%.pently