]> git.gir.st - Chiptunes-pms150c.git/blame_incremental - Makefile
new version
[Chiptunes-pms150c.git] / Makefile
... / ...
CommitLineData
1.PHONY: all test commit
2
3all: test
4
5test: bsv orig.pcm
6 ./bsv | head -c7864320 | diff -s - orig.pcm
7
8commit: test
9 git add bsv.c
10 git commit -m "new version"
11
12orig.pcm:
13 ./bsv-orig | head -c7864320 > orig.pcm
Imprint / Impressum